SQLite | View
A view is a named object that makes it easy to reuse data from some columns of a table when you want to view them with a SELECT statement or similar query. This section explains various ways to manipulate views in SQLite3.
A view is a named object that makes it easy to reuse data from some columns of a table when you want to view them with a SELECT statement or similar query. This section explains various ways to manipulate views in SQLite3.