Oracle
1Z0-882 · Question #7
The query below is attempting to CREATE a table based on the definition of the world table, including any column attributes and indexes. What is missing? CREATE TABLE t1 ______ world
The correct answer is D. LIKE. See the full explanation below for the reasoning.
Question
The query below is attempting to CREATE a table based on the definition of the world table, including any column attributes and indexes. What is missing? CREATE TABLE t1 ______ world
Options
- AFROM
- BUSING
- CCOPY
- DLIKE
How the community answered
(40 responses)- A8% (3)
- B15% (6)
- C3% (1)
- D75% (30)
Community Discussion
No community discussion yet for this question.