0 votes
in Sql by

What is the difference between SQL and MySQL?

1 Answer

0 votes
by

SQL is a Structured Query Language that is used for manipulating and accessing the relational database. On the other hand, MySQL itself is a relational database that uses SQL as the standard database language.

...