IF A TABLE IS CREATED WITHOUT SPECIFYING A SCHEMA, IN WHICH SCHEMA WILL IT BE

1. If a table is created without specifying a schema, in which schema will it be?

(Choose the best answer.)

A. It will be an orphaned table, without a schema.

B. The creation will fail.

C. It will be in the SYS schema.

D. It will be in the schema of the user creating it.

E. It will be in the PUBLIC schema.