Introduction to SQL
A subquery in an SQL SELECT statement:

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

ANSWER DOWNLOAD EXAMIANS APP

Introduction to SQL
To define what columns should be displayed in an SQL SELECT statement:

use USING to name the source table(s) and list the columns to be shown after SELECT.
use SELECT to name the source table(s) and list the columns to be shown after USING.
use FROM to name the source table(s) and list the columns to be shown after SELECT.
use USING to name the source table(s) and list the columns to be shown after WHER

ANSWER DOWNLOAD EXAMIANS APP