When a schema is cloned, what will happen if the schema includes a table with a column that references a sequence that generates default values? (Select TWO).
A.
If the table and sequence are in the same schema, the cloned table will reference the source sequence.
B.
If the table and sequence are in the same schema, the cloned table will reference the cloned sequence.
C.
If the table and sequence are in different schemas, the cloned table will reference the source sequence.
D.
If the table and sequence are in different schemas, the cloned table will no longer have a default value for the column.
E.
If the table and sequence are in the same schema, the cloned table will use the most-recently generated value from the source sequence.
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit