Which two statements are true regarding tables? (Choose two.)
A.
A table name can be of any length.
B.
A table can have any number of columns.
C.
A column that has a DEFAULT value cannot store null values.
D.
A table and a view can have the same name in the same schema.
E.
A table and a synonym can have the same name in the same schema.
F.
The same table name can be used in different schemas in the same database.
Explanation:
Synonyms
Synonyms are database objects that enable you to call a table by another name. You can create
synonyms to give an alternative name to a table.