Introduction to SQL
A subquery in an SQL SELECT statement:

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

ANSWER DOWNLOAD EXAMIANS APP

Introduction to SQL
A view is which of the following?

A virtual table that cannot be accessed via SQL commands
A virtual table that can be accessed via SQL commands
A base table that can be accessed via SQL commands
A base table that cannot be accessed via SQL commands

ANSWER DOWNLOAD EXAMIANS APP