The ____ portion of the SELECT statement determines which fields to retrieve from a table.

A. attribute
B. criteria
C. command
D. select


Answer: B

Computer Science & Information Technology

You might also like to view...

A method

a. may have zero or more parameters b. never has parameter variables c. must have at least two parameter variables d. may not have only one parameter variable

Computer Science & Information Technology

Synchronous communications that involve conferencing between parties causing text-based messages to pop-up on a user's machine is referred to as ________

A) mailing B) subscribing C) posting D) instant messaging

Computer Science & Information Technology

JavaScript has a built-in method, ____, that takes a character as an argument and returns the position in a string where the character occurs or -1 if the character isn't found.

A. isNaN() B. indexOf() C. isNumeric(str) D. length(str)

Computer Science & Information Technology

Which of the following should be appended to a character to repeat itntimes?

A. [n] B. "n" C. {n} D. (n)

Computer Science & Information Technology