To define what columns should be displayed in an SQL SELECT statement:
Options
A. use FROM to name the source table(s) and list the columns to be shown after SELECT.
B. use USING to name the source table(s) and list the columns to be shown after SELECT.
C. use SELECT to name the source table(s) and list the columns to be shown after USING.
D. use USING to name the source table(s) and list the columns to be shown after WHERE.
Correct Answer
use FROM to name the source table(s) and list the columns to be shown after SELECT.
More questions
1. Synchronization for pull replication is less disruptive and occurs only when needed by each site, not when a central master site thinks it is best to update.
3. Which of the following column properties would be used to specify that cells in a column must contain a monetary value that is less than another monetary value in the same row?