+ 2
SQL is a standard language. You need to install an SQL implementation to write SQL. Depending on the implementation you might also need to use a programming language in order to work with it.
some examples of implementations that work on windows are MySQL, PostgreSQL, MSSQL and perhaps easiest to start with is SQLite and a tool like SQLite browser.