Answers for "query for get all the tables"

SQL
1

how to get all tables in sql

SELECT * FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_TYPE='BASE TABLE'
Posted by: Guest on June-05-2020

Code answers related to "query for get all the tables"

Code answers related to "SQL"

Browse Popular Code Answers by Language