Page 1 of 1

Evaluate the following SQL commands:The command to create a table fails. Identify the two reasons for the SQL statement

Posted: Sun Jun 11, 2023 3:51 pm
by answerhappygod
Evaluate the following SQL commands:The command to create a table fails. Identify the two reasons for the SQL statement failure?
Evaluate The Fo 1
Evaluate The Fo 1 (74.51 KiB) Viewed 328 times
A. You cannot use SYSDATE in the condition of a check constraint.
B. You cannot use the BETWEEN clause in the condition of a check constraint.
C. You cannot use the NEXTVAL sequence value as a default value for a column.
D. You cannot use ORD_NO and ITEM_NO columns as a composite primary key because ORD_NO is also the foreign key.