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


Answer: D

Computer Science & Information Technology

You might also like to view...

Which of the following types of information can you expect from an enterprise-level AP?

A. DNS query attempts B. event log C. routing table data D. wireless transmission statistics

Computer Science & Information Technology

In mail merge, the list of variable information, such as names and addresses, that is merged with a main document to create customized form letters or labels is the:

a. data source b. mailing list c. label

Computer Science & Information Technology

Enterprise users use spreadsheet, database, and accounting software.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The ____ method and the startsWith() method each take a String argument and return true or false if a String object does or does not end or start with the specified argument, respectively.

A. beginsWith() B. strEnd() C. endsWith() D. length()

Computer Science & Information Technology