
hello,
What is the difference between Mysql and SQL??

hii,
SQL is structural quary language but mysql is database package.

Hi,
MySQL is database server. It is designed to run as daemon and process the request of client. It can handle huge amount of data. You can have multiple databases stored on one server. Multiple clients can access and update the data simultaneously. MySQL database also support transaction.
SQL stands for Standard Query Language. SQL is language to talk to database server. With the help of SQL you can perform add, update, search and delete operations.
There are many GUI tools that can be used to execute SQL queries.
Read more at MySQL Tutorial page.
Thanks
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.