How do I list the available tables in a database I'm
querying?
Answer Posted / guest
You can get a list of tables in a database by calling the
INFORMATION_SCHEMA.Tables view like this:
SELECT * FROM information_schema.tables
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is @@error in sql?
What is the guest user account in sql server? What login is it mapped to it? : sql server security
Where are sql server usernames and passwords stored in the sql server?
What is normalization and its types?
What is the maximum number of instances in 32 bit and 64 bit sql server 2012?
What is data source in connection string?
What are the difference between primary key and unique key? : sql server database administration
How to edit table in sql server 2017?
How many types of keys are there?
How to find which stored procedure is currently running in sql server?
What is index fragmentation in ms sql server?
Explain DBCC?
What is ms sql server service broker?
why would you use sql agent? : Sql server database administration
What does <> symbol mean?