logo
  • About us
  • Services
  • Products
  • Work
  • Contact

Feedback

In Focus

  • Flash XML slideshow
  • Database training

2.1.18b. Outer joins

  • Outer joins are crucial in the real-world
  • Databases often contain NULLs (3VL)
  • Analysis of where the crucial data is across a relationship
  • Previous example, only get project data for managed projects
    • SELECT project.*, employee.*
    • FROM project INNER JOIN employee
    • ON project.mgrssn = employee.ssn;

Inner join example

‹ 2.1.18. Queries and Joinsup2.1.18c. Outer joins (cont) ›
  • s5 slideshow
 

 

 

Copyright 2007 Lightenna Limited

  • About us
  • Services
  • Products
  • Work
  • Contact