Process Flow - Comparison operators (==, <, >, >=, <=)
Start Comparison
Evaluate Left Value
Evaluate Right Value
Apply Operator (==, <, >, >=, <=)
Result: True or False
Use Result in Query or Condition
Comparison operators check two values and return true or false, which helps decide what data to fetch or actions to take.