1SQL is the language. It outlines syntax that allows you to write queries that manage relational
2databases. Nothing more.
3MySQL meanwhile is a database system that runs on a server. It implements the SQL language,
4allowing you to write queries using its syntax to manage MySQL databases.
1MySQL is a relational database vendor which uses SQL language
2on the other hand SQL is a query language which deals with database.
1• SQL is a standard language for
2retrieving and manipulating structured
3databases. On the contrary,
4MySQL is a relational database management
5system, like SQL Server, Oracle or
6IBM DB2, that is used to manage SQL
7databases.