================
SHOW CREATE VIEW
================

Synopsis
--------

.. code-block:: none

    SHOW CREATE VIEW view_name

Description
-----------

Show the SQL statement that creates the specified view.

See Also
--------

:doc:`create-view`
