试题详情
- 多项选择题 Examine the data in the EMPLOYEES table: LAST_NAME DEPARTMENT_ID SALARY Getz 10 3000 Davis 20 1500 Bill 20 2200 Davis 30 5000 ... Which three subqueries work? ()
A、SELECT * FROM employees where salary > (SELECT MIN(salary) FROM employees GROUP BY department _ id);
B、SELECT * FROM employees WHERE salary = (SELECT AVG(salary) FROM employees GROUP BY department _ id);
C、SELECT distinct department_id FROM employees Where salary > ANY (SELECT AVG(salary) FROM employees GROUP BY department _ id);
D、SELECT department_id FROM employees WHERE SALARY > ALL (SELECT AVG(salary) FROM employees GROUP BY department _ id);
E、SELECT last_name FROM employees Where salary > ANY (SELECT MAX(salary) FROM employees GROUP BY department _ id);
F、SELECT department_id FROM employees WHERE salary > ALL (SELECT AVG(salary) FROM employees GROUP BY ANG (SALARY));
关注下方微信公众号,在线模考后查看

热门试题
- The DBA issues this
- You need to create
- Which three statemen
- Which two are true a
- Examinethedescriptio
- Which statement crea
- Examine this stateme
- The STUDENT_GRADES
- ExaminethedataintheE
- What does the FORCE
- Examine the descrip
- Examinethedatafromth
- Which SQL statement
- Examine the data in
- User Mary has a view
- You are granted the
- What is true about j
- Examine the structu
- Thedatabaseadministr
- Examinethestructureo