I alwas see it together with oracle stuff but never figured out what it means.
PL/SQL = Procedural Language SQL.
It lets you write scripts inside SQL, and store those scripts in the database. That helps to make very complex queries a lot simpler to use.
Thx!