SQL stands for Structured Query Language. It’s a standard language for accessing and manipulating databases. MySQL is a database management system, like SQL Server, Oracle, Informix, Postgres, etc.
When you're developing a data-centric application, you have a lot of choices just at the database level: SQL Server, Azure Table Storage, DocumentDB, MongoDB, … the list goes on . Having tools in your ...