What is the difference between SQL and MySQL?

user1941394 picture user1941394 · Feb 12, 2013 · Viewed 292.2k times · Source

I am new to databases and I was wondering: What is the difference between SQL and MySQL?

Answer

Oded picture Oded · Feb 12, 2013

SQL - Structured Query Language. It is declarative computer language aimed at querying relational databases.

MySQL is a relational database - a piece of software optimized for data storage and retrieval. There are many such databases - Oracle, Microsoft SQL Server, SQLite and many others are examples of such.