MySql is the most relavent Data Base System in the Programming world.Even there are more advanced
based datasystem than Mysql,it stands evergreen for its very fast reliable and flexible feature.
MySQL is a open source Relational Database Management System.MySQL is one of the most popular
relational database Management System on the web.The MySQL Database has become the world’s most popular open sourceĀ Database,because it is free and available on almost all the platforms.
It can be run on Unix , window, and Mac OS. MySQL is used for the Internet applications as it provides good speed and is very secure.MySQL is accessible as a separate program for use in a client and server network environment. MySQL command line tool is very powerful and can be used to run SQL queries against database. It also stands for its High reliability and performance It can used to store many GB‘s of data into database. It also helpful for Cross-Platform support,following are the three features of Mysql
1.Triggers
2.Types of Views and
3.Stored Procedures and Functions.
The latest version of MySQL can be downloaded from http://www.mysql.com.

To be simple and understand,the following is a command that performs selecting the total
columns and rows in a Table.
Select * from Table_name;
But before this you have to create a New Database and a table name, then insert some values.Its been advised to everyone in the field of Information Technology to have knowledge about the SQL Language inorder to classify the things very faster and reliable.Moreover it is more flexible.It is Good for small application and easy to learn and become a master.
Thanks