Share
, ,

Learn SQL Basics

Learn MySQL
I am going to make a few tutorials about MySQL to let you know how to create it and access it. Before going to make that I want to let you know something which is important about SQL and MySQL. MySQL is the world's most popular open source database. Here you can ask-What is database? A database is a collection of data made up of tables to store similar information. It is very much organized to handle data in it.  For example we can say about YouTube. YouTube doesn't hold data in a single table in database. You Tube holds data of its users, videos and comments by creating several tables. These  tables are made up of columns and rows. Here columns are like categories, and rows are like each separate entry ie, each entry goes on a separate row. In this way database works. In a nutshell, we can say that database is a collection of organized data. As I am going to make some tutorials about SQL, I want to tell you some basics about SQL and MySQL. These are-

  • SQL is a language which is used to create and access database.
  • MySQL is a program that understand SQL.
If you are willing to learn MySQL basics then study my tutorials part by part. I have created three tutorial parts of MySQL.They are-
I hope and wish that my tutorials will be able to make you understand the basic of SQL. After that you will be able to create and access database by yourself.

Notice: I have arranged here a facility to participate in quizzes on this topic for better practice by the help of Google form. To participate in quizzes from the menu bar go to the Quizzes option and select any part of the quizzes which is live.
                                                         Now : Quiz #1 is live
                                                                   Quiz #2 is live

0 comments:

Post a Comment