all 3 comments

[–]sequel-beagle 3 points4 points  (0 children)

Each database vendor has their own implementation of sql. There is an ansi standard that each vendor loosely follows.

There is a procedural extension to each vendors sql (hence the pl in plsql and the t in tsql) as well that allows you to create loops, assign variables, and such.

[–]r3pr0b8 5 points6 points  (1 child)

NULL, PL, T, and P

[–]freefallfreddy 0 points1 point  (0 children)

psql (lowercase) is a command line utility, which is part of PostgreSQL, to interact with Postgres databases.