+ 1
Is there any difference between Mysql and SQL?
2 Réponses
+ 2
SQL is the actual language/standard.
MySQL is a software that uses that standard to manage a database.
+ 1
SQL it's a language used to query relational databases while MySQL is a relational database management system, a software optimized for data storage and retrieval.