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:

Verified
Correct Answer:
Verified
Q7: The ContractsDataSet contains a table named tblContracts.
Q8: The statement SELECT YearWon,Title,ProductionCo FROM tblMovies WHERE
Q9: The default order of the ORDER BY
Q10: Case 1 - LuvUrPet<br>The database for
Q11: Most of the time,you will know in
Q13: The ContractsDataSet contains a table named tblContracts.
Q14: The tblMembers table contains six fields. The
Q15: The tblMembers table contains six fields. The
Q16: An Insert query uses the _ statement
Q17: The ContractsDataSet contains a table named tblContracts.