MySQL 8.4 Reference Manual  /  Stored Objects  /  Using Views

27.5 使用视图

MySQL supports views, including updatable views. Views are stored queries that when invoked produce a result set. A view acts as a virtual table.

The following discussion describes the syntax for creating and dropping views, and shows some examples of how to use them.