试题详情
- 单项选择题 Examine the description of the EMPLOYEES table:
Which statement shows the maximum salary paid in each job category of each department?() A、SELECT dept_id, job_cat, MAX(salary) FROM employees WHERE salary > MAX(salary);
B、SELECT dept_id, job_cat, MAX(salary) FROM employees GROUP BY dept_id, job_cat;
C、SELECT dept_id, job_cat, MAX(salary) FROM employees;
D、SELECT dept_id, job_cat, MAX(salary) FROM employees GROUP BY dept_id;
E、SELECT dept_id, job_cat, MAX(salary) FROM employees GROUP BY dept_id, job_cat, salary;
关注下方微信公众号,在线模考后查看

热门试题
- Which two tasks can
- What are two reasons
- What is true about u
- Evaluate the SQL st
- You need to display
- EvaluatethisSQLstate
- What is true about j
- The STUDENT_GRADES
- The EMP table conta
- Which three SELECT s
- In which case would
- Evaluate this SQL s
- Which SQL statement
- Which view should a
- Which three are DATE
- ClicktheExhibitbutto
- Which three statemen
- Which two tasks can
- Which view should a
- The DBA issues this