← Glossary
テクノロジ系 (Technology)Tested 2×
関係演算
かんけいえんざん · Relational algebra operations
Also known as: 射影 / 結合 / 選択
A set of fundamental operations for manipulating tables in a relational database. The three core operations are projection (extracting specified columns), selection (extracting specified rows), and join (combining multiple tables into one). Exam questions typically test whether candidates can correctly match each operation name to its corresponding action.
Past questions testing this term · 2 questions
- 2018h30h #65関係データベースの操作 a~c と,関係演算の適切な組合せはどれか。 a 指定したフィールド(列)を抽出する。 b 指定したレコード(行)を抽出する。 c 複数…
- 2017h29h #89情報処理に関する用語 a~d のうち,関係データベースの関係演算だけを全て挙げたものはどれか。 a 結合 b 射影 c 順次 d 選択