PrepIPA
HomeStudyIP Guide › Topic 54
💻 Technology 54 / 63
54

データベース方式

Database Methods
ဒေတာဘေ့စ် နည်းလမ်းများ
🇯🇵 日本語
  • DBMS(データベース管理システム):データの保存・検索・更新を管理するソフトウェア(MySQL・Oracle等)
  • 関係データベース(RDB):表形式でデータを管理し、主キー・外部キーで表を関連付ける
  • NoSQL:RDB以外のデータベース(キーバリュー型・ドキュメント型等)。大規模・柔軟なデータに向く
🇬🇧 English

A database is like an instantly searchable filing cabinet. Ask for "all customers who spent over ¥10,000 last month" and get the answer in milliseconds.

  • Table — data in rows (records) and columns (fields). Primary key — unique ID for each row (no duplicates). Foreign key — links to another table's primary key.
  • RDB (Relational Database) — most common type. Data in related tables. Uses SQL. MySQL, Oracle, PostgreSQL.
  • NoSQL — flexible structures for very large or rapidly changing data. MongoDB (document), Redis (key-value).
🇲🇲 မြန်မာ

ဒေတာဘေ့စ်သည် ချက်ချင်းရှာနိုင်သော မှတ်တမ်းဗီဒိုကဲ့သို့ — "ဆိုင်ကြောင်း ဒေတာဘေ့စ်" ကတော်တော်ဝေးကွာပြီ; ကွန်ပျူတာဒေတာဘေ့စ်သည် millisecond မှာ ဖြေဆိုပေးသည်。

  • Table — row (record) နှင့် column (field) ဖြင့် ဒေတာ。Primary key — row တစ်ခုချင်းစီအတွက် မူတည်တစ်ခုတည်းသော ID。
  • RDB — အသုံးအများဆုံး ဒေတာဘေ့စ်အမျိုးအစား — ဆက်နွယ်သောဇယားများ၊ SQL သုံးသည်。
Keywords
DBMSRDBNoSQL主キー外部キーテーブルレコード
← 53 54 / 63 55 →

Related Practice Questions

ဆက်စပ် လေ့ကျင့်ခန်းမေးခွန်းများ

IP 2025 Q37

File server တွင် သိမ်းဆည်းထားသော document ဖိုင်တစ်ခုကို PC ပေါ်တွင် တိုက်ရိုက်တည်းဖြတ်ပြီး ဖိုင်ကို overwrite ပြုရန် ကြိုးပမ်းသော်လည်း "ခွင့်ပြုချက်မရှိသောကြောင့် ဖိုင်သိမ်းဆည်းမရ" ဟု မက်ဆေ့ချ်ပေါ်ပြောင်းသည်။ document ဖိုင်နှင့် ၎င်းသိမ်းဆည်းထားသောfolder အတွက် သတ်မှတ်ထားသော permission ၏ သင့်လျော်သောပေါင်းစပ်မှုသည် အောက်ပါတို့အနက် အဘယ်နည်း? [ဇယား] ဖိုင်ဖတ်ရှုခွင့် | ဖိုင်ရေးသွင်းခွင့် | Folder ဖတ်ရှုခွင့် a) ရှိ | ရှိ | မရှိ b) ရှိ | မရှိ | ရှိ c) မရှိ | ရှိ | မရှိ d) မရှိ | မရှိ | ရှိ

★★
IP 2025 Q65

In a DBMS, what information is set and used as needed for the purpose of speeding up data retrieval?

DBMS တွင် ဒေတာ ရှာဖွေမှုမြန်ဆန်စေရန် ရည်ရွယ်ချက်ဖြင့် လိုအပ်သလို သတ်မှတ်ကာ အသုံးပြုသော သတင်းအချက်အလက်မှာ အဘယ်နည်း?

★★★
See all IP questions →
← 53 54 / 63 55 →