Any Operator Returns True If #258
ANY operator returns true if ______
This multiple choice question (MCQ) is related to the book/course
gs gs115 Structured Query Language.
It can also be found in
gs gs115 SQL Questions on Data Retrieval Techniques - SQL Any & All - Quiz No.1.
ANY operator returns true if ______
any one of the subquery values doesn’t meet the condition
any one of the subquery values meets the condition
all the subquery values don’t meet the condition
all the subquery values meet the condition