Which two statements about creating constraints are true? (Choose two)
A.
Constraints can be created at the same time the table is created.
B.
Constraints can be created after the table is created.
C.
All constraints must be defines at the column level.
D.
Constraint names must start with SYS_C.
E.
Information about constraints is found in the VIEW_CONSTRAINTS dictionary view.
Explanation: