How can I see all tables in sql?



How can I see all tables in sql?..

Answer / Rakesh Kumar Dwivedi

To view all tables in SQL, you can use the following command: `SELECT name FROM sys.tables`. This command retrieves the names of all tables from the current database.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What are the benefits of using PL/SQL packages?

3 Answers  


What are pl sql procedures?

1 Answers  


What are the conditions an underlying table must satisfy before a cursor can be used by a positioned update or delete statement? : Transact sql

1 Answers  


what are the authentication modes in sql server? How can it be changed? : Sql dba

1 Answers  


What are the types of records?

1 Answers  


how to see the create table statement of an existing table? : Sql dba

1 Answers  


What is loop in pl sql?

1 Answers  


What is clustered and non-clustered indexes?

4 Answers   Microsoft,


What is difference between pls_integer and integer?

1 Answers  


i want run a sql query query? which phases are run in a back ground? pls tell me the answer

1 Answers  


What is rtm stands for?

1 Answers  


How many clustered indexes can be created on a table?

1 Answers  


Categories