What is the difference between SQL and MySQL?
Comments (2)

Balvinder Singh
1 year ago
SQL is sub query language and MySql is a software based on MySQL.
SQL is a set of instructions on using relational database whereas MySql is a software using SQL.
SQL is a set of instructions on using relational database whereas MySql is a software using SQL.
SQL is used to create the database. With the help of SQL Queries, you can manipulate, add and delete data in MySQL.
MySQL is a database management system and SQL is a language.
SQL is a query language. Using this, you can access the database whereas MySQL is an open source database.