テクノロジ系 2025年度 問65 ★★★☆☆ Medium
DBMSにおいて,データの検索を高速に行う目的で,必要に応じて設定して利用する情報はどれか。
English
In a DBMS, what information is set and used as needed for the purpose of speeding up data retrieval?
မြန်မာ
DBMS တွင် ဒေတာ ရှာဖွေမှုမြန်ဆန်စေရန် ရည်ရွယ်ချက်ဖြင့် လိုအပ်သလို သတ်မှတ်ကာ အသုံးပြုသော သတင်းအချက်အလက်မှာ အဘယ်နည်း?
Correct answer: ア — インデックス
インデックス(索引)は,データベースのテーブルに対して作成される検索高速化のためのデータ構造である。インデックスを設定した列を検索条件にすると,全レコードを順次スキャンすることなく効率的にデータを絞り込める。外部キーはテーブル間の関連付け,主キーはレコードを一意に識別する,スキーマはデータベースの構造定義を指す。
English
An index in a DBMS is a data structure created on one or more columns of a table to speed up data retrieval. When a query filters on an indexed column, the DBMS can locate matching rows quickly without scanning the entire table. A foreign key establishes relationships between tables, a primary key uniquely identifies each record, and a schema defines the structure of the database.
မြန်မာ
DBMS တွင် index (ညွှန်းကိန်း) သည် ဒေတာ ရယူခြင်းကို အရှိန်မြှင့်ရန် table ၏ ကော်လံတစ်ခု သို့မဟုတ် တစ်ခုထက်မောပိုသော ကော်လံများတွင် ဖန်တီးထားသော ဒေတာ ဖွဲ့စည်းပုံဖြစ်သည်။ query တစ်ခုသည် index ပြုလုပ်ထားသော ကော်လံတွင် စစ်ထုတ်သောအခါ DBMS သည် table တစ်ခုလုံး scan မလုပ်ဘဲ ကိုက်ညီသော row များကို လျင်မြန်စွာ ရှာဖွေနိုင်သည်။ foreign key သည် table များကြားတွင် ဆက်ဆံရေးကို တည်ဆောက်ပြီး၊ primary key သည် မှတ်တမ်းတစ်ခုစီကို ထူးခြားစွာ သတ်မှတ်ပြီး၊ schema သည် database ၏ ဖွဲ့စည်းပုံကို သတ်မှတ်သည်။