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
How to delete duplicate rows?
What is tabulation?
What does the on update no action do?
how would you troubleshoot blocking? : Sql server database administration
How to define and use table alias names in ms sql server?
How is SQL Azure different than SQL server?
What are the advantages of passing name-value pairs as parameters?
What is the meaning of resultset type_scroll_insensitive?
How do I create a stored procedure in sql server?
Can we install sql server 2016 on windows 7?
What are the differences between triggers and stored procedures?
What are transactions in sql?
Why I am getting "the microsoft .net framework 2.0 in not installed" message?
Explain what are various ways to enhance the ssrs report?
What are two difference between sql azure and azure tables?