--- { "title": "SHOW TABLE STATUS", "language": "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