Oracle
1Z0-071 · Question #362
Which three are true about the CREATE TABLE command? (Choose three.)
The correct answer is B. It implicitly executes a commit C. 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. https://docs.oracle.com/html/E25494_01/tables003.htm
Using DDL Statements to Create and Manage Tables
Question
Which three are true about the CREATE TABLE command? (Choose three.)
Options
- AIt can include the CREATE..INDEX statement for creating an index to enforce the primary key
- BIt implicitly executes a commit
- CA user must have the CREATE ANY TABLE privilege to create tables
- DIt implicitly rolls back any pending transactions
- EThe owner of the table should have space quota available on the tablespace where the table is
- FThe owner of the table must have the UNLIMITED TABLESPACE system privilege
How the community answered
(53 responses)- A11% (6)
- B81% (43)
- D2% (1)
- E6% (3)
Explanation
Topics
#CREATE TABLE#DDL implicit commit#table privileges#tablespace quota
Community Discussion
No community discussion yet for this question.