バージョンごとのドキュメント一覧

第6章 データ操作

目次

6.1. データの挿入
6.2. データの更新
6.3. データの削除
6.4. 更新された行のデータを返す
<title>Data Manipulation</title>

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. 前章では、データを保持するためのテーブルやその他の構造の作成方法について説明しました。 今度は、テーブルにデータを挿入してみましょう。 本章では、テーブルのデータの挿入、更新、削除の方法について説明します。 次章ではいよいよ、ずっと見つけられなかったデータをデータベースから抽出する方法について説明します。