Based on the SQL shown, which query lists the last names and bonuses of employees who have a Bonus field value greater than Juliana Suarez, EmployeeID 14? Employees ( EmployeeID, LastName, FirstName, HireDate, JobTitle, Bonus )
A) SELECT LastName, Bonus FROM Employees WHERE Bonus >(SELECT Bonus FROM Employees WHERE EmployeeID = '14') ;
B) SELECT LastName, Bonus FROM Employees HAVING Bonus > EmployeeID = '14';
C) SELECT LastName, Bonus FROM Employees WHERE Bonus > UNION (SELECT LastName, Bonus FROM Employees WHERE EmployeeID = '14') ;
D) SELECT LastName, Bonus FROM Employees WHERE Bonus > UPDATE SET EmployeeID = '14';
Correct Answer:
Verified
Q18: When a SQL statement consists of two
Q19: Which of the following SQL statements selects
Q20: A good name for an Access table
Q21: Which function calculates the number of records
Q22: Based on the table description and SQL
Q24: What SQL command do you use to
Q25: Based on the table description and SQL
Q26: In Access SQL, which operator could you
Q27: Which query will return the number of
Q28: Based on the SQL shown, which query
Unlock this Answer For Free Now!
View this answer and more for free by performing one of the following actions
Scan the QR code to install the App and get 2 free unlocks
Unlock quizzes for free by uploading documents