// The world's most advanced open source database.
POSTGRESQL IS THE GOLD STANDARD.
PostgreSQL is an enterprise-grade, ACID-compliant relational database. It handles terabytes of data, supports complex queries, and powers applications from startups to Fortune 500 companies.
WHY POSTGRESQL?
PostgreSQL offers more features than any other databaseโJSON support, full-text search, spatial data, pub/sub, partitioning, and more. It's rock-solid reliable and completely free.
BECOME A DATA ARCHITECT.
Master SQL from basics to advanced queries. Learn to design schemas, create indexes for performance, and optimize your database. Every application needs a solid data foundation.
12 lessons. Complete PostgreSQL control.
Install PostgreSQL and understand database concepts.
BeginnerLearn SELECT, INSERT, UPDATE, and DELETE commands.
BeginnerUnderstand PostgreSQL's rich type system.
BeginnerCreate tables with primary keys, foreign keys, and constraints.
BeginnerMaster WHERE, ORDER BY, LIMIT, and OFFSET.
BeginnerCombine data from multiple tables with JOINs.
IntermediateUse GROUP BY, HAVING, COUNT, SUM, AVG, and more.
IntermediateSpeed up queries with B-tree, GIN, and other index types.
IntermediateWrite nested queries and common table expressions.
AdvancedEnsure data integrity with ACID transactions.
AdvancedCreate reusable logic with views and stored functions.
AdvancedWork with JSONB, arrays, and PostgreSQL's advanced features.
AdvancedPostgreSQL began as Ingres, a project at UC Berkeley in the 1970s. It evolved into PostgreSQL in 1996 and has been actively developed ever since. It's the most feature-rich open source database available.
PostgreSQL supports SQL standards fully and extends them with powerful features. It handles complex queries, massive datasets, and high concurrency. Companies like Apple, Instagram, and Spotify trust PostgreSQL for their most critical data.
With JSON support, PostgreSQL can also serve as a document database. With PostGIS, it's a spatial database. With full-text search, it's a search engine. PostgreSQL is the ultimate all-in-one database.
Data is the foundation. Own it with PostgreSQL.
PostgreSQL is the world's most advanced open source relational database. It supports SQL standards, ACID transactions, and offers many advanced features like JSON, arrays, and full-text search.
1. What does ACID stand for?
2. What command connects to a database in psql?
1. What command adds new data?
2. What command removes data?
1. What type for unlimited text?
1. What uniquely identifies a row?
1. What sorts results?
1. What join includes all left table rows?
1. What filters grouped results?
1. What command shows query plan?
1. What is CTE short for?
1. What undoes a transaction?
1. What is a saved query called?
1. What extracts text from JSON?