| Forums.Sureshkumar.net : A Perfect Place to Share Knowledge Blogs Games Magazines |
|
|||||||
| Oracle Interview / Technical Questions Kindly solve an many as questions you can. It will sharpen your skills and those solutions will help others too. |
![]() |
|
|
LinkBack | Thread Tools | Rate Thread | Display Modes |
|
|
#1 (permalink) |
|
Senior Member
Join Date: Jan 2007
Posts: 598
Thanks: 0 Thanked 0 Times in 0 Posts Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 7
|
What is meant by OUTER JOIN ?
What is meant by OUTER JOIN ?
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p> |
|
|
|
|
|
#2 (permalink) |
|
Junior Member
Join Date: May 2008
Posts: 22
Thanks: 0 Thanked 0 Times in 0 Posts Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 1
|
Re: What is meant by OUTER JOIN ?
you can use outer join for missing rows.operator + is used for that. you can use it as left or right join. if you want records of two tables and if there is no match in bet them.
e.g select e.last_name,e.dept_id ,d.dept_name from employees e,department d where e.dep_id(+)=d.dept_id i hope this will do. |
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| thread - join() | anitha.s | JAVA Technologies | 2 | 29-01-07 11:42 AM |
| what is outer join? | sharabh.sharma | Testing Tools & QA | 2 | 23-11-06 02:43 AM |
| Join two tables | au123 | ORACLE , SQL SERVER , SYBASE & Others | 6 | 15-11-06 02:57 AM |
| want 2 join mainframes,where | arjun.net | Ask for Suggestion | 2 | 26-02-06 08:50 AM |
| Diff between inner join and outer join | sandipancse | ORACLE , SQL SERVER , SYBASE & Others | 6 | 06-02-06 11:30 AM |