Database Management System Functions and Structure
Classified in Computers
Written on in
English with a size of 3.88 KB
Database Management System (DBMS) Functions
A DBMS is a set of programs that provide access to data. Its primary functions include:
Core DBMS Capabilities
- Facilitate Data Access: Enables easy access to data, including graphical representations.
- Data Consistency and Integrity:
- Consistency: Ensures any change respects the database integrity rules.
- Integrity: Enforces restrictions (e.g., Laboral Age > 16).
- Registration: Prevents duplicate entries (e.g., student not repeated).
- Table Constraints: Limits on table size (e.g., N students per group < 35).
- Relationships: Ensures referential integrity (e.g., a producer must have a valid vendor code existing in the suppliers table).
- Database Security:
- Making and retrieving Backups.
- Reaction to system failures.