01. Foundations 01. الأساسيات
Definitions تعريفاتCore Concepts المفاهيم الجوهرية
- Database (DB): Database (DB): Collection of related data representing a Miniworld. مجموعة من البيانات المرتبطة تمثل Miniworld.
- DBMS: DBMS: Software to define, construct, and manipulate the DB. برمجيات لتعريف، وبناء، ومعالجة قاعدة البيانات.
- Meta-data: Meta-data: "Data about Data" (Structure, Constraints). Stored in the Catalog. "بيانات عن البيانات" (الهيكل، القيود). تخزن في الكتالوج.
Key Advantages مزايا رئيسية
Program-Data Independence:Program-Data Independence: Changing data structure (e.g., adding a field) does NOT require rewriting applications. The DBMS handles the mapping. تغيير هيكل البيانات (مثل إضافة حقل) لا يتطلب إعادة كتابة التطبيقات. الـ DBMS يتولى عملية الربط.