DBMS 2 Marks Questions Answers
DBMS 2 Marks Questions Answers
A: A database is an organized collection of data. Unlike files, databases reduce redundancy and improve access.
A: A DBA (Database Administrator) manages the DBMS and ensures data security.
Q: Define metadata.
Roles in Database
A: File system has redundancy; DBMS minimizes it. DBMS supports queries; file system does not.
A: Inconsistency is having mismatched data; it's common in file systems, rare in DBMS.
A: Logical is changing structure without affecting apps; physical is changing storage without affecting schema.
A: It provides user views. Example: Sales staff sees only sales records.