Why use a left outer join? Well, any time you need to process all the parent records, and have values from children that match. In embedded SQL, the join gives you just one statement to process, only one cursor. One alternative is prepared statements with parameter markers and FETCH... USING... - the latter may have a slight advantage over a remote network but is more complex code, certainly - doable of course.

Vern

On 11/21/2010 1:43 AM, dieter.bender@xxxxxxxxxxxx wrote:
... maybe I don't use left outer joins from a parent with its child (why
should one do this) and so I've had no chance to recognize the effects of
this feature.
BTW: I'm using RI constraints, wherever possible and allowed by my
custumors; in most cases they don't wanna use them...


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.