Page 1 of 1

Evaluate the following SQL statements:Exhibit:Exhibit:The above command fails when executed. What could be the reason?

Posted: Wed Jun 07, 2023 6:12 am
by answerhappygod
Evaluate the following SQL statements:Exhibit:Exhibit:The above command fails when executed. What could be the reason?
Evaluate The Fo 1
Evaluate The Fo 1 (1.44 KiB) Viewed 161 times
Evaluate The Fo 2
Evaluate The Fo 2 (2.95 KiB) Viewed 161 times
A. The BETWEEN clause cannot be used for the CHECK constraint
B. SYSDATE cannot be used with the CHECK constraint
C. ORD_NO and ITEM_NO cannot be used as a composite primary key because ORD_NO is also the FOREIGN KEY
D. The CHECK constraint cannot be placed on columns having the DATE data type