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 / neeraj sinha

suppose you have two databases: db1 and db2
you have to select one of them
as
sql>use db1;
then use
sql>select * from tab;
it will show you the listing required.!

Is This Answer Correct ?    11 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does postgresql compare to "nosql"?

578


Why do we use cursors?

509


What is Materialized View? In What Scenario we Use Materialized View?

8524


What is the difference between in and between in sql?

574


What is a unique key?

586






What is function and procedure in pl sql?

518


Explain the select statement in sql?

611


Can we alter stored procedure?

543


Why do we use joins?

566


How do I remove all records from a table?

563


The select into statement is most often used to create backup copies of tables or for archiving records?

559


What is a rank in sql?

536


What is the use of desc in sql?

494


How many sql are there?

510


What do you understand by case manipulation functions?

541