November 2009
Intermediate to advanced
576 pages
12h 25m
English
Querying data from Oracle tables is probably the most common task you will perform as a developer or data analyst, and maybe even as a DBA—though probably not as the ETL (Extraction, Transformation, and Loading) tool expert. Quite often, you may query only one table for a small subset of rows, but sooner or later you will have to join multiple tables together. That's the beauty of a relational database, where the access paths to the data are not fixed: you can join tables that have common columns, or even tables that do not have common columns (at your own peril!).
In this chapter we'll cover solutions for joining two or more tables and retrieving the results based on the existence of desired rows in both ...
Read now
Unlock full access