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
What is right join in sql?
What do you understand by exception handling in pl/sql?
What is schema in sql?
Is sql a dbms?
Does sql profiler affect performance?
What is nosql vs sql?
What is the use of function "module procedure" in pl/sql?
Can we call a function containing dml statements in a select query?
How do I copy a table in sql?
what are the t string functions available in tsql? : Transact sql
What is mutating error in pl sql?
What are the different types of a subquery?
What is loop in pl sql?
What is the difference among union, minus and intersect?
How many databases can sql express handle?