(1Z0-071) Oracle Database SQL Certified Associate Practice Test
(1Z0-071) Oracle Database SQL Certified Associate Free 1Z0-071 Relational Database Concepts Questions and Answers
Which three are true about the CREATE TABLE command?
Select your answer
A
It can include the CREATE...INDEX statement for creating an index to enforce the primary key constraint
B
The owner of the table should have space quota available on the tablespace where the table is defined.
C
It implicitly executes a commit.
D
. It implicitly rolls back any pending transactions.
E
A user must have the CREATE ANY TABLE privilege to create tables.
F
The owner of the table must have the UNLIMITED TABLESPACE system privilege.
Need a hint?
(H)