Postgresql 中文操作指南

Chapter 6. Data Manipulation

Table of Contents

前一章讨论了如何创建表和其他结构来保存数据。现在是时候用数据填充这些表了。本章涵盖了如何插入、更新和删除表数据。本章后面的内容最终将解释如何从数据库中提取丢失已久的 data。

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.