41.
There is an equivalent join expression that can be substituted for all subquery expressions.

42.
A dynamic view is one whose contents materialize when referenced.

43.
SQL is a programming language.

44.
SELECT DISTINCT is used if a user wishes to see duplicate columns in a query.

45.
Indexes can usually be created for both primary and secondary keys.

46.
Each index consumes extra storage space and also requires overhead maintenance time whenever indexed data change value.

47.
The HAVING clause acts like a WHERE clause, but it identifies groups that meet a criterion, rather than rows.

48.
SQL is a data sublanguage.

49.
The qualifier DISTINCT must be used in an SQL statement when we want to eliminate duplicate rows.

50.
DISTINCT and its counterpart, ALL, can be used more than once in a SELECT statement.