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 20 of 23

Discuss
Answer: (b).Total specialization, Partial specialization
Q192.
The entity type on which the ................. type depends is called the identifying owner.
Discuss
Answer: (c).Weak entity
Q193.
Match the following:

(i) 5 NF              (a) Transitive dependencies eliminated
(ii) 2 NF             (b) Multivalued attribute removed
(iii) 3 NF            (c) Contains no partial functional dependencies
(iv) 4 NF            (d) Contains no join dependency
Discuss
Answer: (b).i-d, ii-c, iii-a, iv-b
Discuss
Answer: (a).Removal of partial dependencies
Q195.
Tuple in relational algebra refers to:
Discuss
Answer: (a).Row
Discuss
Answer: (c).Reflexive, Anti-Symmetric, Transitive
Q197.
An attribute or set of attributes within one relation that matches the candidate key of some(possibly the same) relation:
Discuss
Answer: (d).Foreign key
Q198.
With QBE, inserting records from one or more source tables into a single target table can be achieved by:
Discuss
Answer: (a).Append action query
Q199.
SQL command to delete a column from an existing table:
Discuss
Answer: (a).Alter table
Q200.
For the following sample database table staff. The SQL query:

SELECT COUNT(Staff no) AS mycount, SUM(Salary) AS mysum FROM Staff WHERE Designation=’Manager’

Returns the result
Discuss
Answer: (b).mycount=2, mysal=98000

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!