Database Management System Short Questions and AnswersHello Friends Here in this section of Database Management System Basics Short Questions Answers,We have listed out some of the important Short Questions with Answers which will help students to answer it correctly in their University Written Exam.

Lets have a look at below Lists of Short Descriptive type Questions that may be asked in this format in Written Exams.

1. Define database management system?
Database management system (DBMS) is a collection of interrelated data and a set of programs to access those data.

1. Who is a DBA? What are the responsibilities of a DBA?
A database administrator (short form DBA) is a person responsible for the design, implementation, maintenance and repair of an organization’s database. They are also known by the titles Database Coordinator or Database Programmer, and is closely related to the Database Analyst, Database Modeller, Programmer Analyst, and Systems Manager. The role includes the development and design of database strategies, monitoring and improving database performance and capacity, and planning for future expansion requirements. They may also plan, co-ordinate and implement security measures to safeguard the database

2. What is a data model? List the types of data model used.
A database model is the theoretical foundation of a database and fundamentally determines in which manner data can be stored, organized, and manipulated in a database system. It thereby defines the infrastructure offered by a particular database system. The most popular example of a database model is the relational model.

Types of data model used

  • Hierarchical model
  • Network model
  • Relational model
  • Entity-relationship
  • Object-relational model
  • Object model

4. List any eight applications of DBMS.
a) Bankingb) Airlinesc) Universitiesd) Credit card transactionse) Tele communicationf) Financeg) Salesh) Manufacturingi) Human resource

5. What are the disadvantages of file processing system?
The disadvantages of file processing systems area) Data redundancy and inconsistencyb) Difficulty in accessing datac) Data isolationd) Integrity problemse) Atomicity problemsf) Concurrent access anomalies

6. What are the advantages of using a DBMS?
The advantages of using a DBMS area) Controlling redundancyb) Restricting unauthorized accessc) Providing multiple user interfacesd) Enforcing integrity constraints.
e) Providing backup and recovery

7. Give the levels of data abstraction?
a) Physical levelb) Logical levelc) View level

8. Define instance and schema?
Instance: Collection of data stored in the data base at a particular moment is called an Instance of the database.
Schema: The overall design of the data base is called the data base schema.

9. Define the terms
1) Physical schema
2) logical schema.

Physical schema: The physical schema describes the database design at the physical level, which is the lowest level of abstraction describing how the data are actually stored.
Logical schema: The logical schema describes the database design at the logical level, which describes what data are stored in the database and what relationship exists among the data.

10. Mention the actors on scene.

  • Database administrator
  • Database designer
  • End users


11. What is conceptual schema?
The schemas at the view level are called subschema‟s that describe different views of the database.

12. Define data model?
A data model is a collection of conceptual tools for describing data, data relationships, data semantics and consistency constraints.

13. What is storage manager?
A storage manager is a program module that provides the interface between the low level data stored in a database and the application programs and queries submitted to the system.

14. What are the components of storage manager?
The storage manager components includea) Authorization and integrity managerb) Transaction managerc) File managerd) Buffer manager

15. What is the purpose of storage manager?
The storage manager is responsible for the followinga) Interaction with the file managerb) Translation of DML commands in to low level file system commandsc) Storing, retrieving and updating data in the database

16. List the data structures implemented by the storage manager .
The storage manager implements the following data structurea) Data filesb) Data dictionaryc) Indices

17. What is a data dictionary?
A data dictionary is a data structure which stores meta data about the structure of the database ie. the schema of the database.

18. What is an entity relationship model?
The entity relationship model is a collection of basic objects called entities and relationship among those objects. An entity is a thing or object in the real world that is distinguishable from other objects.

19. What are attributes? Give examples.
An entity is represented by a set of attributes. Attributes are descriptive properties possessed by each member of an entity set. Example: possible attributes of customer entity are customer name, customer id, CustomerStreet, customer city.

20. What is relationship? Give examples
A relationship is an association among several entities.
Example: A depositor relationship associates a customer with each account that he/she has.

Share with : Share on Linkedin Share on Twitter Share on WhatsApp Share on Facebook