I have 2 Databases. How can create a table in particular
database? How can i know the list of tables presented each
database?( in oracle 10g)

Answer Posted / meher

If you want to list the tables presented in each database
use the below query:

SELECT * FROM DBA_TABLES; or SELECT * FROM USER_TABLES; -->
this will display all the tables of particulara db.

If you use SELECT * FROM TAB; --> this will display all the
tables,views or synonyms of particulara db.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between sql and t sql?

533


Is pl sql better than sql?

548


What are few of the schema objects that are created using PL/SQL?

559


What is clause in sql?

581


What are the various restrictions imposed on view in terms of dml?

519






Explain how you can copy a file to file content and file to pl/sql table in advance pl/sql?

545


what is try_catch block in procedure

1191


Which is faster joins or subqueries?

552


what does it mean to have quoted_identifier on? : Sql dba

677


Mention what problem one might face while writing log information to a data-base table in pl/sql?

674


What are some predefined exceptions in pl/sql?

550


what is primary key? : Sql dba

510


What is recursive join in sql?

546


What is sql stand for?

573


What is sql query optimization?

542