Learning Paths
Skills
Querying Data with SQL from PostgreSQL
- 5 courses
- 10 hours
- Skill IQ
SQL (“sequel” or Structured Query Language) is a common language used to query and manage data in relational database and data stream management systems. This skill will teach you how to use SQL to query data from the PostgreSQL relational database.
Courses in this path
Beginner
Learn to use the SELECT statement, along with JOINs and WHERE clasues, to create organized projections of data stored in PostgreSQL.
Intermediate
Insert, update, and delete data from PostgreSQL.
Advanced
Create PostgreSQL database objects, such as functions to capture reusable query logic.