Concept Flow - Selection operation implementation
Start with a Relation (Table)
Apply Selection Condition
Check each Tuple
Include Tuple
Form Result Relation
End
The selection operation scans each row of a table and keeps only those rows that satisfy a given condition, forming a new table as the result.