🗄️DatabaseEN
Introduction to PostgreSQL PL/pgSQL
Learn PostgreSQL's built-in procedural language. Write functions, procedures, triggers, and complex logic that runs inside the database.
10 lessons
Subscribe to unlock all 10 lessons
One monthly subscription gives you unlimited access to this course and every other course on LearningBro.
Lessons
What is PL/pgSQL?Preview
Block Structure and DO Statements
Variables and Data Types
Control Flow: IF and CASE
Loops
Cursors
Writing Functions
Procedures (PostgreSQL 11+)
Triggers
Exception Handling