Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
2.2. Concepts
Prev UpChapter 2. TheSQL LanguageHome Next

2.2. Concepts

PostgreSQL is arelational database management system (RDBMS). That means it is a system for managing data stored inrelations. Relation is essentially a mathematical term fortable. The notion of storing data in tables is so commonplace today that it might seem inherently obvious, but there are a number of other ways of organizing databases. Files and directories on Unix-like operating systems form an example of a hierarchical database. A more modern development is the object-oriented database.

Each table is a named collection ofrows. Each row of a given table has the same set of namedcolumns, and each column is of a specific data type. Whereas columns have a fixed order in each row, it is important to remember that SQL does not guarantee the order of the rows within the table in any way (although they can be explicitly sorted for display).

Tables are grouped into databases, and a collection of databases managed by a singlePostgreSQL server instance constitutes a databasecluster.


Prev Up Next
2.1. Introduction Home 2.3. Creating a New Table
epubpdf
Go to PostgreSQL 12
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp