Introduction to SQL
SQL can be used to:

All of these
query database data only.
create database structures only.
modify database data only.

ANSWER DOWNLOAD EXAMIANS APP

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

Acts like a WHERE clause but is used for rows rather than columns.
Acts like a WHERE clause but is used for groups rather than rows.
Acts EXACTLY like a WHERE clause.
Acts like a WHERE clause but is used for columns rather than groups.

ANSWER DOWNLOAD EXAMIANS APP