Views

Learn how to use views in PostgreSQL.

Views allow integrating server-side computations in the definition of a relation. The computing still happens dynamically at query time and is made transparent to the client. When using a view, there’s no problem with cache invalidation because nothing gets cached away.

Get hands-on with 1200+ tech skills courses.