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 are the difference between primary key and unique key? : sql server database administration
What is normalization? What number of normalization shapes are there?
Can you force a query to use a specific index?
What are the disadvantages of using the stored procedures?
what are statistics, under what circumstances they go out of date, how do you update them? : Sql server database administration
Explain about Joins?
What is exporting and importing utility?
how to control the amount of free space in your index pages? : Sql server database administration
What is a full text index?
Define indexes?
Should you normalize audio?
How can we delete a table in sql server?
What are indexes in sql?
what's new in sql server 2016?
Can two tables share a primary key?