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.
Access this course and 1400+ top-rated courses and projects.