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:
_OR
for the logicalOR
operation._AND
for the logicalAND
operation.