How does a regular PostgreSQL view represent data?
It exports the base table into a backup file
It stores a separate physical copy of every result row
It becomes an independent table with no connection to the source data
It stores a query and returns current results from its base tables when queried