Introduction
A view lets you save a query so you can use it again easily without rewriting it.
You want to simplify complex queries for yourself or others.
You need to reuse the same query in many places.
You want to hide complicated details from users.
You want to give users a simple way to see specific data.
You want to keep your database organized and clean.