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

5.13. その他のデータベースオブジェクト #

<title>Other Database Objects</title>

Tables are the central objects in a relational database structure, because they hold your data. But they are not the only objects that exist in a database. Many other kinds of objects can be created to make the use and management of the data more efficient or convenient. They are not discussed in this chapter, but we give you a list here so that you are aware of what is possible: テーブルにはデータが保持されていますので、リレーショナルデータベース構造ではテーブルが中心オブジェクトとなります。 しかし、データベースにはテーブルの他にもオブジェクトが存在します。 様々なオブジェクトを作成して、データの使用および管理をより効果的に行うことができます。 本章ではこれらのオブジェクトについては説明しませんが、どのようなものがあるかをここに列挙します。

Detailed information on these topics appears in <xref linkend="server-programming"/>. これらのトピックに関する詳細な情報はパート Vにあります。