Outer join restrictions  ANSI inner and outer joins

Chapter 4: Joins: Retrieving Data from Several Tables

Views used with outer joins

If you define a view with an outer join, then query the view with a qualification on a column from the inner table of the outer join, the results may not be what you expect. The query returns all rows from the inner table. Rows that do not meet the qualification show a null value in the appropriate columns of those rows.

The following rules determine what types of updates you can make to columns through join views:





Copyright © 2005. Sybase Inc. All rights reserved. ANSI inner and outer joins

View this book as PDF