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 nvarchar in sql?
Do we need to rebuild index after truncate?
How you improve the performance of sql*loader? : aql loader
How do you copy a table in sql?
what is sp_pkeys? : Transact sql
What is scalar function in sql?
What is set serveroutput on?
what is the syntax used for partition in tsql? : Transact sql
What is sql deadlock?
How to disable a trigger name update_salary?
what is meant by urlencode and urldocode? : Sql dba
What is a record in pl/sql?
Is sql a microsoft product?
What are the two types of exceptions in pl/sql?
How do I tune a sql query?