Saturday, November 5, 2011

SQL consulting?

select currentsalary, lastraisedate from salaries a where exists (select * from employees b where employee_id = a.employee_ID and lastname = 'Crosby')

No comments:

Post a Comment