Solved

​Structure of the ORDERITEMS Table

Question 55

Multiple Choice

​Structure of the ORDERITEMS table
​Structure of the ORDERITEMS table    -Based on the structure of the ORDERITEMS table,which of the following commands will add a NOT NULL constraint to the ISBN column?​ A)  ​ALTER TABLE orderitems ADD (isbn NOT NULL) ; B)  ​ALTER TABLE orderitems ADD NOT NULL (isbn) ; C)  ​ALTER TABLE orderitems ADD isbn NOT NULL; D)  ​none of the above
-Based on the structure of the ORDERITEMS table,which of the following commands will add a NOT NULL constraint to the ISBN column?​


A) ​ALTER TABLE orderitems ADD (isbn NOT NULL) ;
B) ​ALTER TABLE orderitems ADD NOT NULL (isbn) ;
C) ​ALTER TABLE orderitems ADD isbn NOT NULL;
D) ​none of the above

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions