A view starts with a real table. Show the base rows before saving any query shape.
base table first
Show the base table
The base table has 3 rows, and the view output has 3 columns here.
base rows=3
View examples are tiny finite saved-query outputs; SQL dialects, optimizers, security, updatability, materialized-view strategy, performance, and maintenance advice are out of scope.
No filter yet
Every base row is used because this first view shape has no filter.
all rows pass
Summary
The view output is recomputed from the base table, not hand-copied into the lesson.