Unit-1 (100) MCQ DBMS
Unit-1 (100) MCQ DBMS
. TECHNOLOGY, ALIGARH
A) Minimized
B) Increased
C) Eliminated completely
D) Not possible
Answer: B) Increased
A) SQL
B) E-R Model
C) HTML
D) HTTP
Answer: B) E-R Model
9. Which component in DBMS is responsible for managing the physical storage of data?
A) Query Processor
B) Storage Manager
C) Transaction Manager
D) Data Model
Answer: B) Storage Manager
12. Which architecture separates the database from the application and user?
A) Two-tier architecture
B) Three-tier architecture
C) Client-server architecture
Page no. 2 Faculty : Dayashankar sharma
+91 9105570824; [email protected]
VISION INSTITUTE OF SUBJECT: DBMS
. TECHNOLOGY, ALIGARH
D) Cloud-based architecture
Answer: B) Three-tier architecture
13. Which type of DBMS is primarily used for complex data and relationships, such as
multimedia databases?
Network DBMS
B) Hierarchical DBMS
C) Object-oriented DBMS
D) Relational DBMS
Answer:C) Object-oriented DBMS
Relational Model
B) Hierarchical Model
C) Object-Oriented Model
D) TCP/IP Model
Answer: D) TCP/IP Model
16. Which component of DBMS is responsible for interacting with the file system at the
lowest level?
A) Query Processor
B) Storage Manager
C) DDL Compiler
D) Data Model
Answer: B) Storage Manager
A) Network structure
A) Entity Relationship
B) Entity Range
C) Entity Role
D) Entity Resource
Answer: A) Entity Relationship
23. In which architecture is the DBMS and application software stored at the client
side?
A) Centralized
B) Distributed
C) Two-tier
D) Three-tier
Answer: C) Two-tier
24. Which term describes the physical storage of data in the database?
A) Logical schema
A) Square
B) Rectangle
C) Circle
D) Diamond
Answer: B) Rectangle
A) A subset of a database
B) A permanent storage
C) Physical storage of data
D) An unrelated part of the database
Answer: A) A subset of a database
A) Metafile
B) Metadata
C) Dataset
D) Schema
Answer: B) Metadata
30. Which type of DBMS is mainly used for applications that require a large amount of
multimedia data, such as videos or images?
A) Network DBMS
A) Rectangle
B) Circle
C) Diamond
D) Triangle
Answer: C) Diamond
A) Centralized DBMS
B) Relational DBMS
C) Distributed DBMS
D) Object-oriented DBMS
Answer: C) Distributed DBMS
A) Network model
B) Relational model
C) Hierarchical model
D) Object-oriented model
Answer: C) Hierarchical model
36. Which DBMS level includes both physical and logical storage?
A) Internal level
B) Conceptual level
A) Database Engine
B) Query Processor
C) OS Kernel
D) Storage Manager
Answer: C) OS Kernel
40. Which of the following database users is responsible for defining the content,
structure, and constraints of the database?
A) Relations
B) Attributes
C) Fields
D) Entities
Answer: A) Relations
43. Which type of dependency exists between primary and foreign keys in relational
databases?
A) Transitive dependency
B) Functional dependency
C) Referential dependency
D) Non-transitive dependency
Answer: C) Referential dependency
A) Attribute
B) Tuple
C) Entity
D) Relation
Answer: A) Attribute
45. Which database language is used to perform actions like update, insert, or delete?
48. In the three-schema architecture, the external schema is also known as...
A) User View
B) Logical View
51. Which of the following ensures a transaction is either fully completed or fully rolled
back?
A) Consistency
B) Atomicity
C) Isolation
D) Durability
Answer: B) Atomicity
A) A column in a table
B) A row in a table
C) A foreign key in a table
D) An attribute of a table
Answer: B) A row in a table
A) Query Processor
B) Concurrency Control
C) Data Dictionary
D) Storage Manager
Answer: B) Concurrency Control
55. Which term refers to the minimum and maximum number of entity occurrences
that can participate in a relationship?
A) Cardinality
B) Degree
C) Dependency
D) Data Integrity
Answer: A) Cardinality
56. Which isolation level in SQL allows a transaction to read only committed data?
A) Serializable
B) Read Committed
C) Repeatable Read
D) Read Uncommitted
Answer: B) Read Committed
A) DISTINCT
B) UNIQUE
C) PRIMARY
D) DIFFERENT
Answer: A) DISTINCT
A) It is volatile
B) It includes RAM and cache
C) It stores data persistently
D) It cannot be used by the DBMS
Answer: C) It stores data persistently
62. Which SQL command is used to delete a table structure and all its data?
A) DELETE
B) TRUNCATE
C) REMOVE
D) DROP
Answer: D) DROP
A) Read Committed
B) Serializable
C) Read Uncommitted
D) Repeatable Read
Answer: B) Serializable
A) It creates a table
B) It modifies table records
C) It retrieves data from the database
D) It deletes records in a table
Answer: C) It retrieves data from the database
A) Internal schema
B) Conceptual schema
C) Physical schema
67. Which SQL command is used to update existing data within a table?
A) ALTER
B) INSERT
C) UPDATE
D) MODIFY
Answer: C) UPDATE
69. The SQL command to remove specific rows from a table based on a condition is...
A) DELETE
B) DROP
C) REMOVE
D) CLEAR
Answer: A) DELETE
70. Which data type would best represent a variable-length text field in SQL?
A) INT
B) DATE
C) VARCHAR
D) BOOLEAN
Answer: C) VARCHAR
73. Which of the following ensures that transactions are processed reliably and ensures
the integrity of the database?
A) Concurrency Control
B) Data Independence
C) Transaction Management
D) Query Optimization
Answer: C) Transaction Management
77. Which type of join returns all records from the left table and the matched records
from the right table?
A) Inner Join
B) Right Join
C) Left Join
D) Full Join
Answer: C) Left Join
78. Which SQL function is used to count the number of rows in a query?
A) COUNT(*)
B) SUM()
A) GRANT
B) ALLOW
C) PROVIDE
D) ENABLE
Answer: A) GRANT
83. Which of the following is used to define the structure of a table in a database?
A) DML
B) DDL
C) DCL
D) TCL
Answer: B) DDL
86. Which SQL command would you use to create a new table?
A) CREATE TABLE
B) NEW TABLE
C) ADD TABLE
D) INSERT TABLE
Answer: A) CREATE TABLE
A) UPDATE
B) CHANGE
C) MODIFY
D) ALTER
Answer: A) UPDATE
90. What does the term "atomicity" imply in the context of transactions?
A) Relational Model
B) Object-oriented Model
C) Hierarchical Model
D) Network Model
Answer: B) Object-oriented Model
94. Which type of integrity constraint ensures that a value in a foreign key column
matches a value in the primary key column?
A) Domain Integrity
B) Entity Integrity
C) Referential Integrity
D) User-defined Integrity
Answer: C) Referential Integrity
A) CREATE VIEW
B) NEW VIEW
C) MAKE VIEW
D) ADD VIEW
Answer: A) CREATE VIEW
99. Which type of database management system is most commonly used for structured
data?
A) Document-based DBMS
B) Relational DBMS
C) Graph DBMS
D) Key-value DBMS
Answer: B) Relational DBMS