Concept Flow - View as a saved query mental model
Write SELECT query
Create View with query
View stores query as saved object
Use View in SELECT like a table
Database runs saved query and returns results
You write a SELECT query and save it as a view. Later, you query the view like a table, and the database runs the saved query to give results.