1.

Some facts about the SQL All operator?

Answer»

Some facts about the SQL All operator?
Below are the 3 most useful facts about the SQL ALL operator
(1)This will RETURNS a BOOLEAN VALUE as a OUTPUT result
(2)This will return the TRUE if all the subquery will meet the condition
(3)We can used this with Select, Where and Having statements



Discussion

No Comment Found