Introduction to SQL
Which of the following is the correct order of keywords for SQL SELECT statements?

FROM, WHERE, SELECT
SELECT,WHERE,FROM
WHERE, FROM,SELECT
SELECT, FROM, WHERE

ANSWER DOWNLOAD EXAMIANS APP

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

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 columns rather than groups.
Acts like a WHERE clause but is used for groups rather than rows.

ANSWER DOWNLOAD EXAMIANS APP