How to get list of all tables from a database?
Answer / Arti Pal
In SQL, you can use the following command to get a list of all tables in a specific database. Replace `database_name` with the name of your database and `information_schema` with the name of the system database.nn```sqlnSELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = 'database_name';n```
| Is This Answer Correct ? | 0 Yes | 0 No |
Can a procedure in a package be overloaded?
In what condition is it good to disable a trigger?
write a query to remove null following table are id name 101 dinesh null jyothi null bharathi 102 suresh null shilpha 103 prakesh null suma i want the output format like id name 101 dinesh 102 suresh 103 prakesh
What are the features of pl sql?
how to get a list of columns in an existing table? : Sql dba
what is uncommittable transactions? : Transact sql
What is the difference between row level and statement level trigger?
What mean sql?
Can we insert delete data in view?
Where the integrity constrints are stored in Data Dictionary?
How do you rename a table in sql?
what is sp_pkeys? : Transact sql
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)