Concept Flow - Standard comparison operators
Start Query
Evaluate Left Operand
Evaluate Right Operand
Apply Comparison Operator
Result: TRUE / FALSE / NULL
Use Result in WHERE or Condition
The database evaluates both sides of the comparison, applies the operator, and returns TRUE, FALSE, or NULL to filter or decide query results.