Solved

Which of the Following SELECT Statements Will Select the ItemNum

Question 12

Multiple Choice

Which of the following SELECT statements will select the ItemNum and ItemDesc fields from the tblItems table?


A) SELECT ItemNum OR ItemDesc FROM tblItems
B) SELECT ItemNum AND ItemDesc FROM tblItems
C) SELECT ItemNum, ItemDesc IN tblItems
D) SELECT ItemNum, ItemDesc FROM tblItems

Correct Answer:

verifed

Verified

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

Related Questions