I am a student, this is part of my homework.
I have to Update two employee's pay by 10%...is there a function for that or do I have to calculate the figures and just change the numbers i.e.
update Employee set Wage=10 where Wage=51000
This is the entire question: choose an EEO-1 Classification: Increase all employees’ salaries that have: the selected EEO-1 classification by 10%.
The EEO classification is in a Job Title table and the Salaries are in the Employee Table. I need to join them somehow also. It needs to be a single statement...
Thanks