试题详情
- 单项选择题 Examine the description of the EMPLOYEES table: EMP_ID NUMBER(4) NOT NULL LAST_NAME VARCHAR2(30) NOT NULL FIRST_NAME VARCHAR2(30) DEPT_ID NUMBER(2) JOB_CAT VARCHARD2(30) SALARY NUMBER(8,2) 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;
关注下方微信公众号,在线模考后查看

热门试题
- The EMPLOYEES table
- Evaluate the SQL sta
- You need to change t
- Which best describes
- Which statement acco
- Which SQL statement
- Which three are true
- Click the Exhibit bu
- Examine the data in
- Examine the descrip
- Which SELECT stateme
- What is true of usin
- ClicktheExhibitbutto
- The DBA issues this
- Examine the structu
- What does the TRUNCA
- Examinethestructureo
- What is true about u
- What is necessary fo
- Click the Exhibit bu