SQL is a language. It stands for Structured Query Language. Pretty much every database uses SQL.
Some databases have functions and such to help with development, but the code is generally very similar, so, you should be able to get by learning MySQL.
Also, if you need to setup a MySQL database to mess with, check out
my tutorial.