Skip to content
Dell Data Analytics Engine 429-e.19 LTS logo
SHOW CREATE MATERIALIZED VIEW
Type to start searching
    • SQL statement syntax
    • Overview
    • Features, use cases, and support
    • For all users
    • Starburst Enterprise web UI
    • Clients
    • Data products
    • Insights
    • Use SQL
    • SQL language
    • SQL statement syntax
      • Statement listing
        • Statements A-F
        • Statements G-R
        • Statements S-Z
          • SELECT
          • SET PATH
          • SET ROLE
          • SET SESSION
          • SET TIME ZONE
          • SHOW CATALOGS
          • SHOW COLUMNS
          • SHOW CREATE MATERIALIZED VIEW
            • SHOW CREATE MATERIALIZED VIEW
              • Synopsis
              • Description
              • See also
          • SHOW CREATE SCHEMA
          • SHOW CREATE TABLE
          • SHOW CREATE VIEW
          • SHOW FUNCTIONS
          • SHOW GRANTS
          • SHOW ROLE GRANTS
          • SHOW ROLES
          • SHOW SCHEMAS
          • SHOW SESSION
          • SET SESSION AUTHORIZATION
          • SHOW STATS
          • SHOW TABLES
          • START TRANSACTION
          • TRUNCATE
          • UPDATE
          • USE
          • VALUES
    • Functions and operators
    • For data engineers
    • Define catalogs
    • Materialized views
    • Query optimizer
    • Developer guide
    • Connect to data sources
    • Connector overview
    • Object storage connectors
    • Non-object storage connectors
    • Utilities
    • Starburst connectors feature matrix
    • For platform administrators
    • Administration topics
    • Performance, logging, and governance features
    • Security
    • Starburst Enterprise REST API
    • SEP deployment mechanisms
    • Starburst Enterprise license
    • Deploying with Kubernetes
    • Manual installation and license
    • Version information
    • 429-e.9 LTS and others
    • Release notes
    • Appendix
    • Version-specific notices and information
    •  
    • SHOW CREATE MATERIALIZED VIEW
      • Synopsis
      • Description
      • See also

    SHOW CREATE MATERIALIZED VIEW#

    Synopsis#

    SHOW CREATE MATERIALIZED VIEW view_name
    

    Description#

    Show the SQL statement that creates the specified materialized view view_name.

    See also#

    • CREATE MATERIALIZED VIEW

    • DROP MATERIALIZED VIEW

    • REFRESH MATERIALIZED VIEW

    Previous SHOW COLUMNS
    Next SHOW CREATE SCHEMA