Oracle
1Z0-007 · Question #188
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 Incorrect answer: A grant the table privilege to PUBLIC B login as sysoper D login as DBA or sysdba E no such option is allow.
Creating and Managing Schema Objects
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
(51 responses)- A6% (3)
- B2% (1)
- C84% (43)
- D8% (4)
Explanation
sorted by highest to lowest is DESCENDING order Incorrect answer: A grant the table privilege to PUBLIC B login as sysoper D login as DBA or sysdba E no such option is allow.
Topics
#CREATE TABLE#schema ownership#default schema#DDL
Community Discussion
No community discussion yet for this question.