February 2018
Intermediate to advanced
960 pages
22h 7m
English
“We can’t solve problems by using the same kind of thinking we used when we created them.”
—ALBERT EINSTEIN
In the previous three chapters, I showed you many ways to work with data from more than one table. All the techniques I’ve covered to this point have been focused on linking subsets of information—one or more columns and one or more rows from an entire table or a query embedded in the FROM clause. I’ve also explored combining sets of information using the UNION operator. In this chapter, I’ll show you effective ways to fetch a single column from a ...