February 2018
Intermediate to advanced
960 pages
22h 7m
English
“Knowledge is the small part of ignorance that we arrange and classify.”
—AMBROSE BIERCE
A Brief History of the Relational Model
Before jumping right into SQL, you should understand the logic behind the structure of the databases that SQL supports. In this chapter, you’ll learn why the relational database was invented, how it is constructed, and why you should use it. This information provides the foundation you need to understand what SQL really is all about and will eventually help to clarify how you can leverage SQL to your best advantage.
What is a database? As you probably know, a database ...