Introduction to SQL
A subquery in an SQL SELECT statement is enclosed in:

braces -- {...}.
parenthesis -- (...) .
brackets -- [...].
CAPITAL LETTERS.

ANSWER DOWNLOAD EXAMIANS APP

Introduction to SQL
NULL is

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

ANSWER DOWNLOAD EXAMIANS APP