ReferenceSQL StatementsShowSHOW-VIEWOn this pageSHOW-VIEWSHOW-VIEWβ Nameβ SHOW VIEW Descriptionβ This statement is used to display all views based on the given table grammar: SHOW VIEW { FROM | IN } table [ FROM db ] Exampleβ Show all views created based on table testTbl SHOW VIEW FROM testTbl; Keywordsβ SHOW, VIEW Best Practiceβ