Solved

Which of the Following SQL Statements Would Extract the Employee

Question 11

Multiple Choice

Which of the following SQL statements would extract the employee number and date for every instance that an employee worked more than 8 hours any particular day?


A) SELECT Employee_No, Date FROM BILLING_HOURS
WHERE Hours>8
B) QUERY Employee_No, Date FROM BILLING_HOURS
WHERE Hours>8
C) SELECT Employee_No, Date WHERE Hours>8
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