Which three are true about the CREATE TABLE command?
A . False - The CREATE TABLE command cannot include a CREATE INDEX statement within it. Indexes to enforce constraints like primary keys are generally created automatically when the constraint is defined, or they must be created separately using the CREATE INDEX command.
B . True - The owner of the table needs to have enough space quota on the tablespace where the table is going to be created, unless they have the UNLIMITED TABLESPACE privilege. This ensures that the database can allocate the necessary space for the table. Reference: Oracle Database SQL Language Reference, 12c Release 1 (12.1).
C . True - The CREATE TABLE command implicitly commits the current transaction before it executes. This behavior ensures that table creation does not interfere with transactional consistency. Reference: Oracle Database SQL Language Reference, 12c Release 1 (12.1).
D . False - It does not implicitly roll back any pending transactions; rather, it commits them.
E . True - A user must have the CREATE ANY TABLE privilege to create tables in any schema other than their own. To create tables in their own schema, they need the CREATE TABLE privilege. Reference: Oracle Database Security Guide, 12c Release 1 (12.1).
F . False - While the UNLIMITED TABLESPACE privilege allows storing data without quota restrictions on any tablespace, it is not a mandatory requirement for a table owner. Owners can create tables as long as they have sufficient quotas on the specific tablespaces.
Cory
3 months agoThad
3 months agoCasey
3 months agoFelicitas
3 months agoJanet
4 months agoFrank
4 months agoDaniela
4 months agoTracey
4 months agoSerina
5 months agoMoon
5 months agoMoon
5 months agoVal
5 months agoCheryl
5 months agoVallie
5 months agoTatum
9 months agoYoko
7 months agoSanjuana
8 months agoChan
8 months agoVeronika
9 months agoMerilyn
9 months agoGerman
9 months agoElouise
8 months agoMarylin
8 months agoEvangelina
8 months agoSheridan
8 months agoAllene
8 months agoKiley
9 months agoLenna
9 months agoCarisa
9 months agoAleshia
8 months agoCarmela
8 months agoDesirae
8 months agoLemuel
9 months ago