DBMS MCQs
DBMS MCQs
Answer: c Answer: c
Explanation: It consists of a collection of tables Explanation: A database management system is
i.e., the data is organized in tabular format. The an application that acts as an interface between
columns of the relation are known as Fields and the user and the database. The user interacts
rows of the relation are known as Records. with the application to access data.
Constraints in a relation are known as Keys. 19. The ability to query data, as well as insert,
16. The values appearing in given attributes of delete, and alter tuples, is offered by
any tuple in the referencing relation must ____________
likewise occur in specified attributes of at
least one tuple in the referenced relation, a) TCL (Transaction Control Language)
according to _____________________ b) DCL (Data Control Language)
integrity constraint. c) DDL (Data Definition Langauge)
Page 3 of 9
d) DML (Data Manipulation Langauge) entity set. Owner entity set is another name for
it.
Answer: d 23. Which of the following command is
Explanation: A query is a request for data or correct to delete the values in the relation
information. Relational Schema is the design and teaches?
structure of the relation. DDL consists of
commands that help in modifying. DML performs a) Delete from teaches;
the change in the values of the relation. b) Delete from teaches where Id =’Null’;
20. ______________ is a set of one or more c) Remove table teaches;
attributes taken collectively to uniquely d) Drop table teaches;
identify a record.
Answer: a
a) Primary Key Explanation: To delete the entries from the table
b) Foreign key Delete from table command should be used.
c) Super key 24. Procedural language among the following
d) Candidate key is __________
Answer: c Answer: c
Explanation: A view can be thought of as a virtual Explanation: A schema is a description of a
table that gets its data from one or more table system’s structure in a formal language supported
columns. by the database management system, and it
41. Which of the following is the best way to refers to data organization as a blueprint for how
represent the attributes in a large db? a db is built.
45. Which of the following key is required in
a) Dot representation to handle the data when the encryption is
b) Concatenation applied to the data so that the
c) Relational-and unauthorised user cannot access the
d) All of the mentioned data?
a) Secondary storage
b) Storage
c) Catalog
d) Buffer
Answer: d
Explanation: Every block has a copy on disc,
however, the copy on the disc may be an earlier
version of the block than the version in the buffer.
55. What happens if a piece of data is stored in
two places in the db?
a) Storage space is wasted & Changing the data
in one spot will cause data inconsistency
b) In can be more easily accessed
c) Changing the data in one spot will cause data
inconsistency
d) Storage space is wasted
Answer: a
Explanation: One of the main features of a
database management system is minimum data
duplication and redundancy. Hence, is always
consistent and so there is no duplication.
56. The logical design, and the snapshot of the
data at a given instant in time is known as?
Answer: d
Explanation: Instance is an instance of time, the
relation is also known as table consists of data
with similar characteristics, Domain is the
collection of values that an attribute can contain
and schema is a representation.
Page 9 of 9