Which describes the default behavior when you create a …

Which describes the default behavior when you create a table?

Which describes the default behavior when you create a table?

A.
The table is accessible to all users.

B.
Tables are created in the public schema.

C.
Tables are created in your schema.

D.
Tables are created in the DBA schema.

E.
You must specify the schema when the table is created.

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.
Refer: Introduction to Oracle9i: SQL, Oracle University Study Guide, 9-9



Leave a Reply 0

Your email address will not be published. Required fields are marked *