Live Chat Icon For mobile
Live Chat Icon

How to query the database to get all the Table names

Platform: ASP.NET| Category: ADO.NET

SELECT * FROM information_schema.tables  where Table_type=’BASE TABLE’ 

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.