Concept Flow - Projection operation
Start with a Table
Select Columns to Keep
Remove Other Columns
Create New Table with Selected Columns
Result: Table with Only Chosen Columns
Projection operation takes a table and creates a new table with only the selected columns, removing all others.