Solved

Based on the Code Above,find How Many Items Are in Category

Question 66

Multiple Choice

Based on the code above,find how many items are in category TOY.​


A) ​SELECT SUM(*) FROM Item WHERE Category='TOY' ;
B) ​SELECT COUNT(*) FROM Item WHERE Category='TOY' ;
C) ​SELECT COUNT FROM Item WHERE Category='TOY' ;
D) ​SELECT COUNT* FROM Item WHERE Category='TOY' ;

Correct Answer:

verifed

Verified

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

Related Questions