SHOW-VIEW
Name
SHOW VIEW
Description
This statement is used to display all views created based on the given table
Syntax:
SHOW VIEW { FROM | IN } table [ FROM db ]
Example
-
Show all views created based on table testTbl
SHOW VIEW FROM testTbl;
Keywords
SHOW, VIEW