Reading Notes
SQL
- SQL stands for Structured Query Language
- SQL enables users who are technical and non-technical to access and manipulate relational databases.
- SQL bolt tutorial was helpful for learning about queries and schemas.
- The short Primer on SQL was also helpful in detailing string operations.
- SQL cheat sheet will be useful as we get further into SQL.