Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
1. Welcome
INSERT with SELECT
Referring to other tables
INSERT, UPDATE, and DELETE with subqueries
Summary

Instruction

Welcome to Part 4 of "PostgreSQL INSERT, UPDATE, and DELETE Commands." Today, we will learn about using INSERT, UPDATE, and DELETE operations that refer to other tables. Knowing how to use these structures will enhance your PostgreSQL skills.

First, let's familiarize ourselves with the database we will be working with. The database of an online store has four main tables: customer, employee, product, and purchase. The store wants to add a reporting and archiving system. In this part, you'll be helping the staff fill in new reporting and archiving tables.

Exercise

Click Next exercise to continue.