PostgreSQL

PostgreSQL Elephant Logo

Chapter 6. Data Manipulation

Table of Contents

The previous chapter discussed how to create tables and other structures to hold your data. Now it is time to fill the tables with data. This chapter covers how to insert, update, and delete table data. The chapter after this will finally explain how to extract your long-lost data from the database.


Prev Up Next

5.13. Dependency Tracking

Home

6.1. Inserting Data

Copyright © 1996-2023 The PostgreSQL Global Development Group