Instruction
Welcome to Part 3 of the "How to insert, update, and delete data in PostgreSQL" course.
Today, we're going to deal with auto-filling values in INSERT and UPDATE statements. You'll find out how and why to use the DEFAULT value in these statements. You'll also become familiar with the auto-generation of values in tables and databases. Finally, you'll learn how to use serial and sequence objects.
Let's get started!
Exercise
Click to continue.



