31.
The SQL keyword BETWEEN is used:

32.
A subquery in an SQL SELECT statement:

33.
________ was adopted as a national standard by ANSI in 1992.

34.
SQL is:

35.
The condition in a WHERE clause can refer to only one value.

36.
The ADD command is used to enter one row of data or to add multiple rows as a result of a query.

37.
SQL provides the AS keyword, which can be used to assign meaningful column names to the results of queries using the SQL built-in functions.

38.
The SELECT command, with its various clauses, allows users to query the data contained in the tables and ask many different questions or ad hoc queries.

39.
A SELECT statement within another SELECT statement and enclosed in square brackets ([...]) is called a subquery.

40.
The rows of the result relation produced by a SELECT statement can be sorted, but only by one column.