how to get a list of all tables in a database? : Sql dba
Answer / Shiv Shkti Singh
To get a list of all tables in a MySQL database, you can use the following SQL command:nnSELECT TABLE_NAME FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_TYPE = 'BASE TABLE';
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the difference between rownum pseudo column and row_number() function? : Sql dba
Does SQL*Plus contains pl/sql Engine?
What is scope of pl sql developer in future?
what are the advantages of mysql in comparison to oracle? : Sql dba
What do you mean by rowid?
Write a query to find the name of employees those who have joined on Monday.(based on column hire_date)
What is a table?
What is procedure and function?
What does partition by mean in sql?
What is the reports view in oracle sql developer?
How to write html code in pl sql?
What are field types?
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)