Update view.md

This commit is contained in:
Ivan Blinkov 2020-06-10 23:09:39 +03:00 committed by GitHub
parent 8be01aae1d
commit 79120387a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ toc_priority: 42
toc_title: View
---
# View {#table_engines-view}
# View Table Engine {#table_engines-view}
Used for implementing views (for more information, see the `CREATE VIEW query`). It does not store data, but only stores the specified `SELECT` query. When reading from a table, it runs this query (and deletes all unnecessary columns from the query).