试题详情
- 多项选择题Click the Exhibit button and examine the data in the EMPLOYEES table. 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 AVG(SALARY));
关注下方微信公众号,在线模考后查看

热门试题
- Which statement corr
- ClicktheExhibitbutto
- The STUDENT_GRADES
- In which two cases w
- Mary has a view call
- The CUSTOMERS table
- ClicktheExhibitbutto
- Examine the structu
- Which SQL statement
- Which two statements
- TheEMPLOYEEStablehas
- Which three are true
- ExaminethedataintheE
- You need to modify t
- Evaluate the SQL st
- For which two constr
- Examinethestructureo
- Examine the structu
- What does the FORCE
- Evaluate the SQL st