Introduction
Views let you save a query as a virtual table. This makes it easier to reuse complex queries without rewriting them.
You want to simplify complex queries for yourself or others.
You need to show only specific columns or rows from a table.
You want to hide sensitive data from some users.
You want to reuse the same query in many places without copying it.
You want to organize data in a way that matches how you think about it.