21.
Which of the following do you need to consider when you make a table in SQL?

22.
SQL query and modification commands make up a(n) ________ .

23.
When three or more AND and OR conditions are combined, it is easier to use the SQL keyword(s):

24.
The Microsoft Access wildcards are ____ and ____ .

25.
Find the SQL statement below that is equal to the following: SELECT NAME FROM CUSTOMER WHERE STATE = 'VA';

26.
Which one of the following sorts rows in SQL?

27.
To sort the results of a query use:

28.
To define what columns should be displayed in an SQL SELECT statement:

29.
SQL can be used to:

30.
The SQL statement that queries or reads data from a table is ________ .