Lessons Learned Module 3

Module 3 introduced us to MySQL, SQL, and using PHP with MySQL. SQL stands for Structured Query Language and provides the syntax of commands sent to a database. MySQL is a Database Management System that implements SQL.

The learning artifact I chose for this module is the MySQL Tutorial. In this assignment, we were to watch many tutorials from Bucky Roberts. MySQL is an open source relational database management system based on Structured Query Language. In the tutorials, Bucky explained the basics of database creation/ manipulation. I appreciated this assignment because it provided hands on learning on how to set up and manipulate databases using SQL code such as SHOW, SELECT, Sorting Results, Functions, INSERT INTO, and much more!

Learning Artifact

My Sql Tutorial
My Pic