Pages

Simple Guide to Follow to Learn MySQL

This goes for a friend who asked me to make this for him.

Python is very specific and is very open to most of the problems. MySQL on the other hand is very specific to data storage. Hence it requires not just problem solving but also experience to do it better. You can create the same database differently using different experiences.
So what is MySQL?
MySQL is an open-source SQL database management system. Due to its open-source nature, it is widely used to create other application that Manage Databases. (source: www.mysql.com)
The source website is great if you want to know the literature of MySQL. If you want to code in MySQL, there is nothing specific but first learning MySQL basics like:

  1. Learn Query Creation
  2. Learn DBMS and Relational Algebra
  3. Tutorial Point for overview/revising
  4. Practice with real life scenarios
  5. MySQL detailed Literature
P.S: I have not followed this path for myself. I followed this book

No comments:

Post a Comment