adspace
Answer Posted / 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 |
Post New Answer View All Answers
how to start mysql server? : Sql dba
Can delete statement be rollbacked?
what is schema? : Sql dba
Is inner join faster than left join?
Can we rollback truncate?
how to use regular expression in pattern match conditions? : Sql dba
What is your daily office routine?
what are the advantages of sql ? : Sql dba
what are all the common sql function? : Sql dba
How do I remove duplicates in two columns?
Is primary key clustered index?
What is the current version of postgresql?
Does group by remove duplicates?
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
what is dbms? : Sql dba