← Glossary
テクノロジ系 (Technology)Tested 1×
関係モデル
かんけいもでる · Relational Model
The relational model is a database model that represents data as two-dimensional tables made up of rows (tuples) and columns (attributes). Unlike hierarchical, network, or object models, it allows relationships between data to be expressed flexibly through table joins. It forms the theoretical foundation of relational database management systems (RDBMS), which are widely used today.
Past questions testing this term · 1 questions
- 2022r04 #83データを行と列から成る表形式で表すデータベースのモデルはどれか。