relational database

US /rɪˈleɪʃənəl ˈdeɪtəbeɪs/
UK /rɪˈleɪʃənəl ˈdeɪtəbeɪs/
"relational database" picture
1.

リレーショナルデータベース

a database structured to recognize relations among stored items of information. Relational databases use tables to store data, and each table has a primary key that uniquely identifies each row. Relationships between tables are established using foreign keys, which are primary keys from one table that appear in another table.

:
Many modern applications rely on a relational database for data storage.
多くの現代のアプリケーションは、データストレージにリレーショナルデータベースに依存しています。
SQL is commonly used to manage and query a relational database.
SQLはリレーショナルデータベースの管理とクエリに一般的に使用されます。