DBMS Notes
DBMS Notes
1. What is a Database?
Ans: - A database is a structured collection of data which allows
queries and operation to perform on it.
2. What is DBMS?
Ans: - DBMS is a program which allow us to create and manage a
database.
Operations: -
• Insert
• Delete
• Update
3. What is a File-Based system?
Ans: - A file-based system is an old way of organizing the data,
where for each entry we create separate files and folders.
4. Issues with file-based that makes database better.
Ans: -
• Slow
• Database can have concurrent (at the same time) user
• Database provides security
• ACID properties of database make it far better.
5. Advantages of using Database.
Ans: -
• Simultaneous Data sharing
• Integrity
• Control redundancy
• Data independence
• Backup and recovery facility
• Data security
6. What is RDBMS?
Ans: - RDBMS stores the data in form of tables and some relation
can be defined between them by having a common column.