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