xxxxxxxxxx
SQL is the language. It outlines syntax that allows you to write queries that manage relational
databases. Nothing more.
MySQL meanwhile is a database system that runs on a server. It implements the SQL language,
allowing you to write queries using its syntax to manage MySQL databases.
xxxxxxxxxx
MySQL is a relational database vendor which uses SQL language
on the other hand SQL is a query language which deals with database.
xxxxxxxxxx
SQL is a query programming language that manages RDBMS.
MySQL is a relational database management system that uses SQL