Which of the following calculates a 10% commission on the values in the Sales field and then stores the results in the Commission field? a. SELECT Year, Sales, Commission = Sales * 0.1 FROM dbo.TrentSales b. SELECT Year, Sales, AS Commission = Sales * 0.1 FROM dbo.TrentSales c. SELECT Year, Sales, Sales * 0.1 = Commission FROM dbo.TrentSales d. SELECT Year, Sales, Sales * 0.1 AS Commission FROM dbo.TrentSales

Programming with Microsoft Visual Basic 2017
8th Edition
ISBN:9781337102124
Author:Diane Zak
Publisher:Diane Zak
Chapter12: Database Queries With Sql
Section: Chapter Questions
Problem 12RQ
icon
Related questions
Question

Which of the following calculates a 10% commission on the values in the Sales field and
then stores the results in the Commission field?
a. SELECT Year, Sales, Commission = Sales * 0.1 FROM dbo.TrentSales
b. SELECT Year, Sales, AS Commission = Sales * 0.1 FROM dbo.TrentSales
c. SELECT Year, Sales, Sales * 0.1 = Commission FROM dbo.TrentSales
d. SELECT Year, Sales, Sales * 0.1 AS Commission FROM dbo.TrentSales

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
SQL Functions
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning
Oracle 12c: SQL
Oracle 12c: SQL
Computer Science
ISBN:
9781305251038
Author:
Joan Casteel
Publisher:
Cengage Learning