试题详情
- 多项选择题 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));
关注下方微信公众号,在线模考后查看

热门试题
- You need to create
- Which three statemen
- TheEMPLOYEEtableshas
- TheCUSTOMERStablehas
- Evaluate these two
- You define a multipl
- You need to change t
- Examine the structu
- You own a table cal
- The STUDENT_GRADES
- Which data dictionar
- What does the TRUNCA
- ExaminethedataintheE
- In a SELECT statemen
- Examinethestructurei
- Which two statements
- Examine the structu
- Which data dictionar
- Which four statement
- Which four are valid