This page provide you Data Base Management System MCQs SET-2 , which is very useful of many exam like Semester, DRDO, ISRO, Railway, Banking , Gate Etc.
Q.21 Which of the following is NOT a basic/fundamental Relational Algebra operation?
Join is considered a derived or non-fundamental operator in relational algebra because it can be performed using a combination of Cartesian Product and Selection. Set Difference, Cartesian Product, and Rename are all fundamental operations.
Q.22 How is specialization denoted in an ER diagram?
In Entity-Relationship diagrams, Specialization (and Generalization) is represented using a triangle component labeled 'IS A', which connects the high-level entity to the low-level entities.
Q.23 Which of the following is an open-source DBMS?
MySQL is one of the most popular open-source relational database management systems. SQL Server, Oracle, and MS Access are proprietary/commercial products developed by Microsoft and Oracle.
Q.24 Which SQL keyword is used to remove the duplication of rows from the result set?
In the data hierarchy, the order from lowest to highest is: Bit, Byte, Field, Record, File, and finally, Database, which is the collection of related files/tables.
Q.26 Which of the following is known as a minimal super key?
DDL (Data Definition Language) is used to define the database structure, including tables, schemas, and integrity constraints like Primary Key or Foreign Key.
Q.29 In an ER diagram, attributes are represented as:
In Entity-Relationship modeling, Ellipses (or Ovals) are used to represent attributes, Rectangles represent entities, and Diamonds represent relationships.
Q.30 The architecture of a database system is typically viewed as having:
The ANSI-SPARC database architecture consists of three levels: the External level (user views), the Conceptual level (logical structure), and the Internal level (physical storage).
Q.31 In the relational model, relations are termed as?
The Cartesian product (X) is a binary operator because it requires two input relations to produce a resulting relation containing all possible combinations of tuples.
User data, metadata (data about data), and indexes are internal components of a database. Reports are external outputs or tools used to present data, not a core storage component of the database itself.
Q.35 A set of possible data values for an attribute is called a?
A View is a virtual table based on the result-set of an SQL statement. It does not store data physically; instead, it provides a way to look at data stored in base tables.