What is the differences between SQL and MySQL? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the differences between SQL and MySQL?

I need to work with MS SQL server. Is this is the right application for me?

1st Aug 2017, 8:40 PM
Tareque Hasan
Tareque Hasan - avatar
2 Answers
+ 3
the SQL (Structured Quary Language) is the specific language under the W3C consorcium.It is language for managing relation database system.Noted MySQL is the specific database product owned by Oracle corporation.There are more databe systems which are compliend with the SQL standard like Oracle, MS SQL,SQLite,PostgreSQL and others.But the specification is not any salvation.Every database system has its own dialect or difference to speet up optimalization of a processing.
1st Aug 2017, 9:26 PM
Highman
Highman - avatar
+ 2
SQL is a query language and mysql is a relational database management system(software/application) I knew that these type of differences very common. just remember one think that SQL is a language to insert, delete, update, retrieve data into mysql(database). . . my English is not good so I can't explain you properly. . . you should try to see youtube video
1st Aug 2017, 8:56 PM
meherDev
meherDev - avatar