Logical Operators in QBE
Logical operators allow for combining, negating, or comparing conditions in a query where results must be based on whether conditions are true or false.
Oracle AI Database support for GraphQL includes two logical QBE operators:
-
_ORfor the logicalORoperation. -
_ANDfor the logicalANDoperation. -
AND QBE Operator
Learn to use the_andQBE operator to filter specific data from the car racing dataset through simple examples. -
OR QBE Operator
Learn to use the_orQBE operator to filter specific data from the car racing dataset through simple examples.