Solved

​Based on the Code Above,list the Descriptions of All Items

Question 3

Multiple Choice

​Based on the code above,list the descriptions of all items that are not in Storehouse 3.Based on the code above,list the descriptions of all items that are not in Storehouse 3.


A) ​SELECT Description FROM Customer WHERE NOT Storehouse='3' ;
B) ​SELECT Description FROM Item WHERE Storehouse='4' ;
C) ​SELECT Description FROM Item WHERE Storehouse>'3' ;
D) ​SELECT Description FROM Item WHERE NOT Storehouse='3' ;

Correct Answer:

verifed

Verified

Related Questions