Introduction to SQL
A subquery in an SQL SELECT statement:

can always be duplicated by a join.
has a distinct form that cannot be duplicated by a join.
can only be used with two tables.
cannot have its results sorted using ORDER BY.

ANSWER DOWNLOAD EXAMIANS APP

Introduction to SQL
The HAVING clause does which of the following?

Acts like a WHERE clause but is used for columns rather than groups.
Acts EXACTLY like a WHERE clause.
Acts like a WHERE clause but is used for rows rather than columns.
Acts like a WHERE clause but is used for groups rather than rows.

ANSWER DOWNLOAD EXAMIANS APP