Introduction to SQL
A subquery in an SQL SELECT statement:

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

ANSWER DOWNLOAD EXAMIANS APP

Introduction to SQL
NULL is

the same as blank for character
not a value
the same as 0 for integer and blank for character
the same as 0 for integer

ANSWER DOWNLOAD EXAMIANS APP