Week 5
5.1 SQL Overview
SQL (Structured Query Language) is the standard language for communicating with relational database management systems. It was developed at IBM in the 1970s based on Codd's relational model. SQL is declarative, you specify WHAT data you want, not HOW to retrieve it.