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

62.
The result of a SQL SELECT statement is a ________ .

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

64.
The HAVING clause does which of the following?

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

67.
SQL can be used to:

68.
The SQL keyword BETWEEN is used:

69.
Which of the following query is correct for using comparison operators in SQL?

70.
How to select all data from student table starting the name from letter 'r'?