Every module combines three short learning sections, a clear goal, real SQL in a disposable PostgreSQL database, a knowledge assessment, and a shareable module certificate.
Knowledge
80% module threshold
Practice
Applied lab objective
Safety
Every critical gate passes
Evidence
Module certificate
Labs are created and removed by the site. Learners do not need a cloud database account, and provider credentials never reach the browser.
Certification stages and modules
Stage 01
PostgreSQL foundations
Understand the service model, preserve data integrity, and establish secure access.
Available
Architecture and system model
Explain how PostgreSQL processes, memory, data directories, clusters, databases, schemas, catalogs, and WAL interact.
Applied lab
Identify important instance components and explain how a committed change reaches durable storage.
Assessment
80% knowledge threshold · Critical safety gates
Module certificate
PostgreSQL Architecture and System Model
Locked by prerequisite
Safe SQL and data integrity
Use suitable data types, constraints, DDL, DML, transactions, rollback, and safe query practices.
Applied lab
Repair seeded inconsistency and prove both the repaired rows and constraint behaviour meet the requirement.
Assessment
80% knowledge threshold · Critical safety gates
Module certificate
Safe SQL and Data Integrity
Locked by prerequisite
Roles, privileges, and access security
Apply ownership, role membership, least privilege, authentication concepts, pg_hba.conf, and access auditing.
Applied lab
Demonstrate that an application role has only required access and that an operator retains audited recovery access.
Assessment
80% knowledge threshold · Critical safety gates
Module certificate
PostgreSQL Roles and Access Security
Stage 02
Query performance and concurrency
Use workload evidence to improve access paths, plans, and blocking behaviour safely.
Locked by prerequisite
Index design and access paths
Choose B-tree and specialist indexes using selectivity, workload, multicolumn order, expressions, storage cost, and write overhead.
Applied lab
Recommend an index that improves the supplied workload while explaining its write and storage cost.
Assessment
80% knowledge threshold · Critical safety gates
Module certificate
PostgreSQL Index Design
Locked by prerequisite
Query plans and performance diagnosis
Interpret EXPLAIN, EXPLAIN ANALYZE, estimates, scans, joins, sorts, statistics, and common plan failures.
Applied lab
Compare a baseline and revised plan, identify the expensive operation, and show the returned result remains correct.
Assessment
80% knowledge threshold · Critical safety gates
Module certificate
Query Plan and Performance Diagnosis
Locked by prerequisite
Transactions, locks, and deadlocks
Reason about isolation, blocking, lock modes, long transactions, deadlocks, and safe intervention.
Applied lab
Identify the root blocking transaction, its owner and impact, then use the least disruptive safe intervention.
Assessment
80% knowledge threshold · Critical safety gates
Module certificate
PostgreSQL Concurrency and Locking
Stage 03
Routine production operations
Manage connections, maintenance, and capacity through evidence-backed operational practice.