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

where we have to use ON clause and where we have to use USING
clause in JOINS

Answer Posted / saiprasanna

in ansi style the join condn can be given bu using "ON-clause"
or by using "USING-clause".
"USING" clause can be used if common column name is same other
wise "ON" clause is used.
ex:-select e.ename,d.dname from emp e join dept d on e.deptno
=d.deptno;
select e.ename,d.dname from emp e join dept d using(deptno);

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is it possible to split the print reviewer into more than one region ?

2342


How do you bind variables in oracle?

1024


Assuming that you are an End User How to find that in the payment Batch some of the Invoice was  Missing To pay How to find That??

1792


How to export data with a field delimiter?

1088


types of indexes and the rationale behind choosing a particular index for a situation.

2560


What is the difference between translate and replace in oracle?

1218


Explain the features of oracle?

1109


I have a table called 'test' on source and target with same name, structure and data type but in a different column order. How can you setup replication for this table?

1162


How does Oracle guarantee data integrity of data changes?

2458


Define oracle database

1099


How can I convert single byte kana characters into multi byte kana characters and vice-versa.

2442


Explain constraining triggers.

1167


Can you create a synonym without having a table?

1095


ABOUT IDENTITY?

2110


How do I call oracle stored procedures that take no parameters?

1206