Question: 2. Create and run an SQL statement that displays the columns containing first names, last names, job ids, and salaries and also an additional column
2. Create and run an SQL statement that displays the columns containing first names, last names, job ids, and salaries and also an additional column that multiplies the salary column by 12. In the output, make sure the new salary column (the salary multiplied by 12) is labeled as: Modified Salary
3. Write an SQL statement that subtracts 20 from the salary column and then multiples that result by 5 creating a new column (this subtracts 20 from everyones salary and then multiples their salary by 5).Write an SQL statement that subtracts 20 from the salary column and then multiples that result by 5 creating a new column (this subtracts 20 from everyones salary and then multiples their salary by 5).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
