what is the difference between sql and mysql | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

what is the difference between sql and mysql

2nd Sep 2019, 1:48 AM
mohamed Tec
6 Answers
+ 11
SQL stands for Structured Query Language. It’s a standard language for accessing and manipulating databases. MySQL is a database management system, like SQL Server, Oracle, Informix, Postgres, etc. MySQL is a RDMS (Relational Database Management System). Read more: https://www.quora.com/What-is-the-difference-between-SQL-and-MySQL-or-SQL-Server
2nd Sep 2019, 1:50 AM
JTLZ
+ 4
And so, you would use SQL when working with MySQL.
2nd Sep 2019, 2:01 AM
Sonic
Sonic - avatar
+ 1
thank you
2nd Sep 2019, 2:05 AM
mohamed Tec
0
Is it related to data
2nd Sep 2019, 2:18 AM
mohamed Tec
0
SQL mean Structured Query Language, which is language for querying Database. MySql is just a tool for Database management.
3rd Sep 2019, 7:09 PM
Basman
Basman - avatar
0
thank you
6th Sep 2019, 10:22 AM
ALaa Al_Basha
ALaa Al_Basha - avatar