Sql ManualSql StatementsTable And ViewViewSHOW VIEWバージョン: 3.xこのページの見出しSHOW VIEWDescription This statement is used to display all views based on the given table grammar: SQL SHOW VIEW { FROM | IN } table [ FROM db ] Example Show all views created based on table testTbl SQLSHOW VIEW FROM testTbl; Keywords TEXTSHOW, VIEW Best Practice