Skip to content

Tag: oracle

NULL behavior with Comoperator like ALL in Oracle SQL

https://oracle-base.com/articles/misc/all-any-some-comparison-conditions-in-sql Query 1 : Nothing is coming. But for below quesry. All records are coming while subquesry is returning is NULL same as like above query (SELECT NULL FROM DUAL ) Query 2: Please explain me why Query 1 is returning No Records but Qu…