DBMS MCQ (Multiple Choice Questions and Answers)

The following quiz “DBMS MCQ (Multiple Choice Questions and Answers)” provides Multiple Choice Questions (MCQs) related to DBMS (Database Management System). These DBMS MCQs are also Interviews (campus interview, walk-in interview, company interview), Placement or recruitment, entrance examinations, and competitive examinations oriented. You can practice the below questions to improve your DBMS (Database Management System) skills. You can click on the View Answer button to check the answer if you needed. Let’s solve this DBMS MCQ (Multiple Choice Questions and Answers) Quiz. Database Management System (DBMS) is the software that is used to manage the database. For example, Oracle, MySQL, etc.

You can practice these DBMS MCQs here and if you want a pdf of DBMS MCQ (Multiple Choice Questions and Answers), we will provide a downloading link here soon so please keep visiting here for further modifications.

01. DBMS is a collection of ______ that enables users to create and maintain a database.

  1. Keys
  2. Translators
  3. Program
  4. Language Activity

Answer : C
Explanation: DBMS is a collection of Program that enables user to create and maintain a database.

02. Which of the following is generally used for performing tasks like creating the structure of the relations, deleting the relation?

  1. DDL(Data Definition Language)
  2. Relational Schema
  3. Query
  4. DML(Data Manipulation Language)

Answer : A
Explanation: The term “DDL” stands for Data Definition Language, used to perform all other essential tasks such as deleting relation and related schemas in defining the structure relation. So, option A is correct.

03.  A relational database consists of a collection of

  1. Tables
  2. Fields
  3. Records
  4. Keys

Answer : A
Explanation: A relational database consists of a collection of Tables. Fields are the column of the relation or tables. Records are each row in a relation. Keys are the constraints in a relation.

04. In the relational model, cardinality is termed as:

  1. A number of attributes
  2. A number of tables
  3. A number of constraints
  4. A number of tuples

Answer : D
Explanation: In the relational model, cardinality is termed as a number of tuples.

05. What are the different view to present a Table?

  1. Datasheet View
  2. Pivote TableView
  3. Design View
  4. All Of Above

Answer : D
Explanation: All of the above views.

06. Relational algebra is

  1. Data definition language
  2. Meta language
  3. Procedural query language
  4. None Of Above

Answer : C
Explanation: Relational algebra is Procedural query language.

07. A collection of interrelated records is called a

  1. Database
  2. Spreadsheet
  3. Management information system
  4. Text file

Answer : A
Explanation: A collection of interrelated records is called a database.

08. Data about data is normally termed as:

  1. Directory
  2. Data bank
  3. Meta data
  4. None of the above

Answer : C
Explanation: Meta data is also termed as data about data.

09. Related fields in a database are grouped to form a

  1. Data file
  2. Data record
  3. Menu
  4. Bank

Answer : B
Explanation: Related data fields in a database are grouped to form a data record. (A record is a collection of related fields).

10. What do you mean by one to many relationships?

  1. One class may have many teachers
  2. One teacher can have many classes
  3. Many classes may have many teachers
  4. Many teachers may have many classes

Answer : B
Explanation: One teacher can have many classes (one to many).

This Post Has 3 Comments

Leave a Reply