Question 1
Examine the following query:

What is the output of this query?

What is the output of this query?
Question 2
Which two statements are true regarding roles? (Choose two.)
Question 3
Examine the data in the EMPLOYEEStable.

Which statement will compute the total annual compensation for each employee?
SELECT last_name, (monthly_salary * 12) + (monthly_salary * 12 *

Which statement will compute the total annual compensation for each employee?
SELECT last_name, (monthly_salary * 12) + (monthly_salary * 12 *
Question 4
Which statement fails to execute successfully?
A)

B)

C)

D)

A)

B)

C)

D)

Question 5
Evaluate the following two queries:

Which statement is true regarding the above two queries?

Which statement is true regarding the above two queries?
