试题详情
- 多项选择题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));
- C,D,E
关注下方微信公众号,在线模考后查看
热门试题
- You connected&
- You have
- View the E
- Which SQL statement
- Which statement can
- The UNDO_RETEN
- You enable&ens
- You are w
- You are
- You work
- You are m
- Identify two
- Consider the follow
- Given: Whatistheres
- DRAGDROPClicktheTask
- ()不带WHERE子句,它返回被连接的两
- You need to perform
- ViewtheExhibitandexa
- Evaluate this SQL s
- Your database suppo