RE: Quick question re outer joins

  • From: "Lex de Haan" <lex.de.haan@xxxxxxxxxxxxxx>
  • To: <oracle-l@xxxxxxxxxxxxx>
  • Date: Fri, 23 Jul 2004 10:59:57 +0200

indeed -- just start with "select ename from scott.emp" to get 14 rows,
and then outer join with scott.dept -- I am pretty sure you'll see 15 rows.
not sure whether you are talking about the left, right, or full outer join,
though ...

Kind regards,
Lex.

---------------------------------------------
visit my website at http://www.naturaljoin.nl
---------------------------------------------


-----Original Message-----
From: oracle-l-bounce@xxxxxxxxxxxxx
[mailto:oracle-l-bounce@xxxxxxxxxxxxx]On Behalf Of jo_holvoet@xxxxxxxx
Sent: Friday, July 23, 2004 09:50
To: oracle-l@xxxxxxxxxxxxx
Cc: Oracle L; oracle-l-bounce@xxxxxxxxxxxxx
Subject: Re: Quick question re outer joins


If the relationship to the new table is 1-N, it could potentially add rows
just like a regular join, couldn't it ?

----------------------------------------------

AFAIK, an outer join does NOT add or subtract
rows from a result set.  True?



-- Binary/unsupported file stripped by Ecartis --
-- Type: text/x-vcard
-- File: Lex de Haan.vcf


----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request@xxxxxxxxxxxxx
put 'unsubscribe' in the subject line.
--
Archives are at //www.freelists.org/archives/oracle-l/
FAQ is at //www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------

Other related posts: