Which SQL statement calculates the Bonus field in the Employees table as 10 percent of Salary? a.

Question:

Which SQL statement calculates the Bonus field in the Employees table as 10 percent of Salary?

a. SELECT Salary * 0.1 AS Bonus FROM Employees;

b. SELECT Bonus AS Salary * 0.1 FROM Employees;

c. SELECT *

FROM Employees WHERE Bonus = Salary * 0.1;

d. SELECT Salary * 0.1 = Bonus FROM Employees;ProjectID ProjectStartDate ClientID EmployeelD 06-Feb-19 1 1 2 3 4 7 9 10 11 13 14 15 16 17 18 19 20 222 21

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  answer-question

Concepts Of Database Management

ISBN: 9780357422083

10th Edition

Authors: Lisa Friedrichsen, Lisa Ruffolo, Ellen Monk, Joy L. Starks, Philip J. Pratt

Question Posted: