757 views
2 votes
2 votes

1 Answer

0 votes
0 votes

The ALL operator returns TRUE if all of the subquery values meet the condition.

0 columns may be returned  

Related questions

0 votes
0 votes
1 answer
3
rayhanrjt asked Jan 6, 2023
768 views
Write SQL command to find DepartmentID, EmployeeName from Employee table whose average salary is above 20000.
2 votes
2 votes
1 answer
4
Subhrangsu asked Jun 18, 2022
447 views
Write SQL query to show all employees hired on June 4,1984 (non-default format)emp(empno,ename,job,mgr,hiredate,sal,comm,deptno)