Hi, experts.
I need to figur out following problem:
Write a SQL statement, which shows department_id, department_name, employee_id, last_name from the employees and departments tables. Show the department name and department number only once for each given department making sure that your data is sorted.
Output like this:
10 Administration 200 Whalen
20 Marketing 201 Hartstein
202 Fay
30 Purchasing 114 Raphaely
115 Khoo
116 Baida
Thanks a lot.
Orlando