Which four options would cause an error while creating a table in the database? (Choose four.)
A.
The table name begins with a letter.
B.
The column names are not specified.
C.
The table name is less than 10 bytes long.
D.
The size of a char column is not specified.
E.
The table name is more than 30 bytes long.
F.
The size of a varchar column is not specified.
G.
The size of a number column is not specified.
H.
The schema for the table is not specified explicitly.
I.
A table with the same name is already available in the schema.
J.
The tablespace in which the table has to be created is not specified explicitly.
K.
A table with the same name is not available in the same schema but is available in another user’s schema.