PostgreSQL, SQLite, MySQL, MSSQL, Sybase = relational database management systems (RDBMSes).
SQL, TSQL = the actual languages used by the aforementioned database systems. Although (in theory) SQL is standardised, in practice each vendor has their own "extensions" (variations) on the language - which means that SQL written for MySQL may not work under Sybase, for example.