how to list all the views of the tables code example
Example: how to list all the views of the tables
select table_schema,table_name from information_schema.views where table_schema="examcentre";
select table_schema,table_name from information_schema.views where table_schema="examcentre";