Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Which is faster joins or subqueries?

1033


Write a sql select query that only returns each name only once from a table?

1072


How to pipe multiline string to isql?

1047


write an sql query to find names of employee start with 'a'? : Sql dba

1083


What is materialized view. What are different methods of refresh?

1437


Do triggers have restrictions on the usage of large datatypes, such as long and long raw?

1222


What is the difference between execution of triggers and stored procedures?

1155


explain access control lists. : Sql dba

1045


What is procedure function?

1121


What is crud sql?

1026


What is the use of prepared statement?

1070


Is there a 64 bit version of ssms?

997


how tsql statements can be written and submitted to the database engine? : Transact sql

1034


What is serial sql?

1038


List and explain the different types of join clauses supported in ansi-standard sql?

1400