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...

Is it possible to join two tables, that are in two different
users (e.g. SCOTT and HR etc.),but im same database
(e.g. ORCL)?
If yes, then how it is possible?
Explain with step by step procedure.

Answer Posted / suresh babu

yes,it is possible.first create departments table in scott
user,the employees table located in HR user.

Step1:

create table departments as select * from HR.departments;

after execute this query:

select e.first_name,d.department_name from HR.employees
e,SCOTT.departments d where e.department_id = d.department_id;

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the restrictions on external table columns?

1107


Name the three major set of files on disk that compose a database in Oracle?

1170


How to load a large xml file?

1105


How many categories of data types in oracle?

1073


what happened to the global index when I truncate the data in one of the partition?

2065


What are the data types in oracle?

1095


Can multiple cursors being opened at the same time?

1114


Explain integrity constraint?

1206


What operating systems are supported by oracle database 10g xe?

1084


Explain the use of record option in exp command.

1065


How can windows applications connect to oracle servers?

1115


How do you bind variables in oracle?

1019


I have a database backup file in .db (ext) form how to conver it into .dmp (ext.) for oracle database

2182


Select all the employees who were hired in last 2 years and who works in dept where max managers are working.

3021


What are the tools for Oracle ?

1106