The relational database is one of the most common ways to store data in web applications. If you want to use a relational database, you have to know SQL. Luckily, it's not all that hard. Let's learn it by doing some exercises together!
We'll learn how to create table, insert data, and do queries to get only the data we want. This session will be streamed. You'll have a chance to work along and ask questions if you get stuck. All you need to participate is a web browser!
🔧 RESOURCES 🔨
🧰 We do all our work here: https://www.db-fiddle.com
🧰 We work from this great SQL workshop by WebDevSimplified: https://github.com/WebDevSimplified/L...
🧰 We heavily reference the MySQL documentation: https://dev.mysql.com/doc/refman/5.7/en/
Comment if you have questions, and I'll do my best to answer them.
Also, it's STRUCTURED query language. Pretty sure I said "standard query language" in the video. 🤦♂️