CSE :: Database System 2 - CS
- Which of the following do you need to consider when you make a table in SQL?
- When three or more AND and OR conditions are combined, it is easier to use the SQL keyword(s):
- The Microsoft Access wildcards are ____ and ____ .
- Find the SQL statement below that is equal to the following: SELECT NAME FROM CUSTOMER WHERE STATE = 'VA';
- To sort the results of a query use:
- To define what columns should be displayed in an SQL SELECT statement:
- SQL can be used to:
- The SQL statement that queries or reads data from a table is ________ .
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. |