SHOW-VIEW

Name

SHOW VIEW

Description

This statement is used to display all views based on the given table

grammar:

  1. SHOW VIEW { FROM | IN } table [ FROM db ]

Example

  1. Show all views created based on table testTbl

    1. SHOW VIEW FROM testTbl;

Keywords

  1. SHOW, VIEW

Best Practice