I have the following exercise:
List department code and name, the earliest and oldest admission date of each
department, sort by department name.
I was able to do the following:
select d.department_id, d.department_name, max(jh...
asked by
30.08.2017 / 20:15