A table is a fundamental storage structure in PostgreSQL, representing a collection of related data organized into rows and columns. Each table has a schema defining its columns and data types. Tables store persistent data and are managed using SQL operations like INSERT, UPDATE, DELETE, and SELECT. ![[ex_scan.svg|300x300]]