Navigating PostgreSQL - Views

Views are virtual tables based on the result set of a SQL statement. Think of them as stored queries that can be treated as if they were tables. When you access a view, PostgreSQL runs the underlying ...