Oracle数据库的上机作业

select department_name,city,count(*) from departments d, employees e, locations l where e.department_id=d.department_id and l.location_id=d.location_id and e.salary>1000 group by department_name,ci
相关文章
相关标签/搜索