DEVFYI - Developer Resource - FYI

What is the query used to display all tables names in SQL Server (Query analyzer)?

JDBC Interview Questions and Answers


(Continued from previous question...)

What is the query used to display all tables names in SQL Server (Query analyzer)?

select * from information_schema.tables

(Continued on next question...)

Other Interview Questions