| | |
display list of all tables in database
Please support our Oracle advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Thread Solved |
•
•
Join Date: Sep 2008
Posts: 40
Reputation:
Solved Threads: 0
Hi
I have created many tables in database. Now when i used to create new table that's name may already exists. So, before creating new table i must know which table names are already exists in my database.
And for that i want to display all the tables created in database. As we can dispaly all the columns of a table by using
I have created many tables in database. Now when i used to create new table that's name may already exists. So, before creating new table i must know which table names are already exists in my database.
And for that i want to display all the tables created in database. As we can dispaly all the columns of a table by using
select * from table_name So. please tell me such a query by which i can display list of all tables exists in my database. Thanks & Regards
Ms. Dipti
Ms. Dipti
Hi Dipti,
You can use the below querry to get the table names in your DB:
You can use the below querry to get the table names in your DB:
Oracle Syntax (Toggle Plain Text)
SELECT * FROM tab;
Learn to appreciate and appreciate to learn.
![]() |
Similar Threads
- find a solution to display data in dropdown from database using java (Java)
- php script for dropdown to fetch DB list and then Tables (PHP)
- Does anyone know how I can display a list of (let's say) 5 members that have visited (PHP)
- Importing SQL Tables from one database to another (C#)
- MySQL Database Help (PHP)
- Display random image from database and... (PHP)
Other Threads in the Oracle Forum
- Previous Thread: sdo_migrate error
- Next Thread: project help
| Thread Tools | Search this Thread |
2009predictions acquisition amazon.com bartz bernanke cia citrix cloudcomputing crm database dell economy editor enterprise enterprise2.0 enterprisesoftware federalreserve forbes hp ibm intellipedia internet larryellison layoffs linux loughridge mediawiki michaeljackson microsoft neverland nortel notebooks oil operatingsystem oracle palm rimm saas salesforce sap seagate socialcomputing sql sun sybase technologystocks virtualiron virtualization vmware wiki wikipedia xen yahoo zoho





