Answers for "get all views"

1

how to list all the views of the tables

select table_schema,table_name from information_schema.views where table_schema="examcentre";
Posted by: Guest on January-17-2021

Browse Popular Code Answers by Language