MySQL is a free database management system that is used to run websites. The database structures are organized as seperate tables into physical files optimized for speed. MySQL is known to being Open Source and the server being very fast, reliable, scalable, and easy to use.
In module three, to be honest, I was really struggling with all assignments of the module three I was given to work on. Even though those assignments were difficult to understand, I was so lucky to have Crowley as my professort to explain how MySQL works functionally.
However, if I have to choose one of five assignments as my best, I would say Bucky's tutorial videos seemed that worked better for me to understand the basic of MySQL by just watching all videos to improve better.
Even thought the Bucky MySQL tutorials were not my favorite tutorials, those vidoes were useful for learning all functions such as CREATE, INSERT, DELETE, and etc. The tutorials were consisted of 33 videos, and each video was less than 7 minutes which helped me to stay focused.
Below is an example of my work where I inserted data into tables using phpMyAdmin.
INSERT function lets me to add items to 'items" TABLE.