1.1 KiB
1.1 KiB
title, language
| title | language |
|---|---|
| SHOW TABLE STATUS | en |
SHOW VIEW
description
This statement is used to show all views based on a given table
Syntax:
SHOW VIEW { FROM | IN } table [ FROM db ]
Example
1. Show all views based on the table testTbl
show view from testTbl;
Keyword
SHOW,VIEW