Oracle
1Z0-061 · Question #234
Which describes the default behavior when you create a table?
The correct answer is C. Tables are created in your schema. Sorted by highest to lowest is DESCENDING order
Using DDL Statements to Create and Manage Tables
Question
Which describes the default behavior when you create a table?
Options
- AThe table is accessible to all users.
- BTables are created in the public schema.
- CTables are created in your schema.
- DTables are created in the DBA schema.
- EYou must specify the schema when the table is created.
How the community answered
(49 responses)- A4% (2)
- B2% (1)
- C82% (40)
- D10% (5)
- E2% (1)
Explanation
Sorted by highest to lowest is DESCENDING order
Topics
#table creation#schema ownership#DDL#default schema
Community Discussion
No community discussion yet for this question.