adplus-dvertising

Welcome to the DBMS MCQs Page

Dive deep into the fascinating world of DBMS with our comprehensive set of Multiple-Choice Questions (MCQs). This page is dedicated to exploring the fundamental concepts and intricacies of DBMS, a crucial aspect of UGC CBSE NET Exam. In this section, you will encounter a diverse range of MCQs that cover various aspects of DBMS, from the basic principles to advanced topics. Each question is thoughtfully crafted to challenge your knowledge and deepen your understanding of this critical subcategory within UGC CBSE NET Exam.

frame-decoration

Check out the MCQs below to embark on an enriching journey through DBMS. Test your knowledge, expand your horizons, and solidify your grasp on this vital area of UGC CBSE NET Exam.

Note: Each MCQ comes with multiple answer choices. Select the most appropriate option and test your understanding of DBMS. You can click on an option to test your knowledge before viewing the solution for a MCQ. Happy learning!

DBMS MCQs | Page 12 of 23

Q111.
Which normal form is considered as adequate for usual database design?
Discuss
Answer: (b).3NF
Q112.
If D1, D2,…. Dn are domains in a relational model, then the relation is a table, which is a subset of
Discuss
Answer: (b).D1x D2x… xDn
Q113.
Given an open address hash table with load factor a < 1, the expected number of probes in a successful search is
Discuss
Answer: (b).Atmost  1/α ln (1/1-α)
Discuss
Answer: (c).Same number of rows as the original table
Q115.
The employee information of an Organization is stored in the relation:

Employee (name, sex, salary, deptname)

Consider the following SQL query

Select deptname from Employee Where sex = ‘M’ group by deptname having avg (salary) > {select avg (salary) from Employee}

Output of the given query corresponds to
Discuss
Answer: (d).Average salary of male employees in a department is more than average salary of the organization.
Q116.
For a database relation R(a, b, c, d) where the domains of a, b, c, d include only the atomic values. The functional dependency a → c, b → d holds in the following relation
Discuss
Answer: (a).In 1NF not in 2NF
Q117.
Match the following:

a. Foreign keys                                  i. Domain constraint
b. Private key                                     ii. Referential integrity
c. Event control action model         iii. Encryption
d. Data security                                 iv. Trigger

Codes:
      a   b   c   d
Discuss
Answer: (b).ii   i    iv  iii
Q118.
In multiuser database if two users wish to update the same record at the same time, they are prevented from doing so by
Discuss
Answer: (d).Record lock
Q119.
What deletes the entire file except the file structure ?
Discuss
Answer: (c).ZAP
Discuss
Answer: (b).COPY STRUCTURE TO < NEW FILE >

Suggested Topics

Are you eager to expand your knowledge beyond DBMS? We've curated a selection of related categories that you might find intriguing.

Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!