SQL ReferenceSQL StatementsShowSHOW-VIEWOn this pageSHOW-VIEWSHOW-VIEWNameSHOW VIEWDescriptionThis statement is used to display all views based on the given tablegrammar: SHOW VIEW { FROM | IN } table [ FROM db ]ExampleShow all views created based on table testTblSHOW VIEW FROM testTbl;KeywordsSHOW, VIEWBest Practice