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 many types of built in functions are there in sql server 2012?
What is the xml datatype?
Can sql servers linked to other servers like oracle?
how to do partition in sqlserver
Explain the difference between HTTP and HTTPS in database?
Do you know what is a with(nolock)?
Using the customer, and order table in northwind database, please write a query to produce xml?
can you instantiate a com object by using t-sql? : Sql server database administration
What are date and time data types in ms sql server?
What is the use of keyword with encryption.
How to create a store procedure with encryption?
Can a function call a stored procedure in sql server?
What is the server name in sql server?
Is a null value equal to anything? Can a space in a column be considered a null value? Why or why not?
What are the differences between local and global temporary tables?