MySQL :: MySQL 8.0 Reference Manual :: 27.5 Using Views (original) (raw)

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.

Additional Resources