Exercise 38. Introduction to SQL

The best way to learn how to model and design solid data is to start with the very basic building blocks. The SQL style of database has been the standard for data modeling and storage for many decades. Once you know basic SQL you can easily use just about any NoSQL or object relational mapping (ORM) system out there. SQL is a very formal way to store, manipulate and access data that gives you a formal way to think about it. It’s also not very difficult since the language is not Turing complete like a full programming language.

SQL is everywhere, and I’m not saying that because I want you to use it. It’s just a fact. I bet you have some in your pocket right now. All Android phones and iPhones have easy access to ...

Get Learn More Python 3 the Hard Way: The Next Step for New Python Programmers now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.