Solved

Which of the Following SQL Statements Would Extract the Employee

Question 91

Multiple Choice

Which of the following SQL statements would extract the employee number and date for every instance that had a billing rate of $150?


A) SELECT Employee_No, Date FROM BILLING_HOURS
WHERE Rate=150
B) QUERY Employee_No, Date FROM BILLING_HOURS
WHERE Rate=150
C) SELECT Employee_No, Date WHERE Rate=150
D) QUERY BILLING_HOURS SELECT Employee_No, Date
WHERE Hours>8

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions