Which three are true about the CREATE TABLE command? (Choose three.)
Select all that apply, then click Submit answer.
-
○
It can include the CREATE..INDEX statement for creating an index to enforce the primary key constraint
-
○
It implicitly executes a commit
-
○
A user must have the CREATE ANY TABLE privilege to create tables
-
○
It implicitly rolls back any pending transactions
-
○
The owner of the table should have space quota available on the tablespace where the table is defined
-
○
The owner of the table must have the UNLIMITED TABLESPACE system privilege
