Friday, March 13, 2009

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

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

Answer :select * from information_schema.tables

No comments: