Views
Learn how to use views in PostgreSQL.
We'll cover the following
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 1400+ tech skills courses.