Question: Creating a New Column by Recoding Ranges of Values Write a program to create a new column that groups salary values into four categories. Name
Creating a New Column by Recoding Ranges of Values
Write a program to create a new column that groups salary values into four categories. Name the new
column SalaryRange. Recall that Salary is in table employeespayroll.
a Create a table named SalaryRange.
b Include only the EmployeeID Salary, and EmployeeHireDate columns. Format
EmployeeHireDate with the DDMMYY format so that dates appear as Hint:
format columnname DDMMYY
c Create a new column named SalaryRange based on the values in the Salary column.
a Run the program. Save the program as SalaryRange. provide the code and the result
screenshot.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
