Assign 1 Answred
Assign 1 Answred
• Self-describing nature: Unlike conventional file systems, the database includes both data and
metadata.
• Program-data independence: Database management systems (DBMS) permit structural
modifications without changing programs.
• Support for multiple views: Users can view the data from different, personalized angles.
• Data sharing and multiuser transaction processing: Provides accurate concurrent access.
Distinctiveness from conventional file systems:
While DBMS offers organized data management with automatic integrity enforcement,
traditional file systems lack program-data independence and necessitate manual handling of data
relationships.
Q4: Responsibilities of DBA and database designers
DBA: Controls database access, ensures security, optimizes performance, and manages resources.
Database Designers: Determine the data structure, ensure efficient storage, and communicate with
users to meet requirements.