11.
The SQL keyword(s) ________ is used with wildcards.

12.
Which of the following is the correct order of keywords for SQL SELECT statements?

13.
A subquery in an SQL SELECT statement is enclosed in:

14.
The result of a SQL SELECT statement is a(n) ________ .

15.
Which of the following are the five built-in functions provided by SQL?

16.
In an SQL SELECT statement querying a single table, according to the SQL-92 standard the asterisk (*) means that:

17.
The HAVING clause does which of the following?

18.
The SQL -92 wildcards are ____ and ____ .

19.
To remove duplicate rows from the results of an SQL SELECT statement, the ________ qualifier specified must be included.

20.
The benefits of a standard relational language include which of the following?