ER Diagrams MCQ Quiz in தமிழ் - Objective Question with Answer for ER Diagrams - இலவச PDF ஐப் பதிவிறக்கவும்

Last updated on Mar 10, 2025

பெறு ER Diagrams பதில்கள் மற்றும் விரிவான தீர்வுகளுடன் கூடிய பல தேர்வு கேள்விகள் (MCQ வினாடிவினா). இவற்றை இலவசமாகப் பதிவிறக்கவும் ER Diagrams MCQ வினாடி வினா Pdf மற்றும் வங்கி, SSC, ரயில்வே, UPSC, மாநில PSC போன்ற உங்களின் வரவிருக்கும் தேர்வுகளுக்குத் தயாராகுங்கள்.

Latest ER Diagrams MCQ Objective Questions

Top ER Diagrams MCQ Objective Questions

ER Diagrams Question 1:

The column A contains the symbols which are used in ER diagrams and column B contains their functions. Match the symbols with their functions.

Column A

Column B

1.Double ellipses

(p) indicates total participation of an entity into a relation.

2.Dashed ellipses

(q) multivalued attributes

3.Double lines

(r) represent weak entity sets

4.Double Rectangles

(s) derived attributes.

 

  1. p, q, r, s
  2. r, p, q, s
  3. q, s, p, r
  4. q, r, s, p

Answer (Detailed Solution Below)

Option 3 : q, s, p, r

ER Diagrams Question 1 Detailed Solution

In the ER model,

Double ellipses

F1 R.S M.P 16.08.19 D12

It is a Multivalued attribute

Dashed ellipses

F1 R.S M.P 16.08.19 D14

It is a Derived attribute

Double line and Double Rectangles

F1 Raju.S 16-04-2020 Savita D 1

Double lines indicate total participation E2 of an entity into a relation.         

Double Rectangles represent weak entity sets E2.

ER Diagrams Question 2:

Consider the following ER-diagram and no null values are allowed in any of the relations

F1 Anket Madhuri 03.07.2021 D12

What is the minimum number of tables are required while converting Manages relationship into tables?

Answer (Detailed Solution Below) 3

ER Diagrams Question 2 Detailed Solution

Explanation:

Each department can manage more than one employee

It appears one to many relationships

And given no null values are allowed in any of the relations

Because of this 3 tables are required

Table1 =Departments(did, dname, budget)

Table2 =Manages(ssn, did, since)

Table3 =Employee(ssn, name, Iot)

ER Diagrams Question 3:

Which of the following components is not a part of Entity Relationship Diagrams?

  1. Ellipses
  2. Double rectangle
  3. Double lines
  4. Hexagons
  5. All of these

Answer (Detailed Solution Below)

Option 4 : Hexagons

ER Diagrams Question 3 Detailed Solution

The correct answer is option 4.

Concept:

An entity-relationship diagram (ERD) depicts the relationships between entity sets in a database. An ER diagram is a method of visualizing how the information produced by a system is related. An ERD is made up of some of the following major parts.

Entities:

Rectangles are used to represent entities. An entity is a physical object or concept about which you want to store data.

F1 Harshita Madhuri 04.02.2022 D1

Weak entity:

A weak entity is one that cannot be uniquely identified by its own attributes and must be defined by a foreign key relationship with another entity.

F1 Harshita Madhuri 04.02.2022 D2

Relationship:

Diamond shapes are used to represent relationships, which show how two entities share information in the database.

F1 Harshita Madhuri 04.02.2022 D3

Attributes:

Ovals are used to represent attributes. A key attribute is the entity's unique, distinguishing feature.

F1 Harshita Madhuri 04.02.2022 D4

Multivalued attribute:

A multivalued attribute can have multiple values. An employee entity, for example, can have multiple skill values.

F1 Harshita Madhuri 04.02.2022 D5

Total Participation:

Each entity is involved in the relationship. Total participation is represented by double lines.

Partial participation:

Not all entities are involved in the relationship. Partial participation is represented by single lines.

F1 Harshita Madhuri 04.02.2022 D6

Hence the correct answer is Hexagons.

ER Diagrams Question 4:

Match the following:

  List-I   List-II
A. F1  Harshita 14-12-21 Savita D1 (i) One to one relationship
B. F1  Harshita 14-12-21 Savita D2 (ii) Relationship
C. F1  Harshita 14-12-21 Savita D3 (iii) Many to many relationships
D. F1  Harshita 14-12-21 Savita D4 (iv) Many to one relationship

  1. A - (iii), B - (iv), C - (ii), D - (i)
  2. A - (iv), B - (iii), C - (ii), D - (i)
  3. A - (ii), B - (iii), C - (iv), D - (i)
  4. A - (iii), B - (iv), C - (i), D - (ii)
  5. None of these

Answer (Detailed Solution Below)

Option 3 : A - (ii), B - (iii), C - (iv), D - (i)

ER Diagrams Question 4 Detailed Solution

The correct answer is option 3.

Concept:

In DBMS, a degree of relationship represents the number of entity types that associate in a relationship. There are three types of relationships that can exist between two entities.

The cardinality ratio is express the number of entities to which another entity can be associated via a relationship set.

  • One-to-One Relationship
  • One-to-Many or Many-to-One Relationship
  • Many-to-Many Relationship

One-to-One Relationship:

Such a relationship exists when each record of one table is related to only one record of the other table.

Example:

F2  Harshita 14-01-22 Savita D1

One-to-Many or Many-to-One Relationship:

The relationship exists when each record of one table can be related to one or more than one record of the other table. This relationship is the most common relationship found. A one-to-many relationship can also be said as a many-to-one relationship depending upon the way we view it.

F2  Harshita 14-01-22 Savita D2

F2  Harshita 14-01-22 Savita D3

Many-to-Many Relationship:

A many-to-Many relationship in DBMS is a relationship between more than one instance of an entity with more than one instance of another entity i.e. both the entities can have many relationships between each other.

F2  Harshita 14-01-22 Savita D4

Hence the correct answer is A - (ii), B - (iii), C - (iv), D - (i).

ER Diagrams Question 5:

Match the building blocks in Entity relationship diagram

  i F1 Vinanti Engineering 28.02.23 D11   a 

                                                                                   

Relationship                                                                                                                                

 ii F1 Vinanti Engineering 28.02.23 D12           b Attributes
 iii   F1 Vinanti Engineering 28.02.23 D13           c Optional one
 iv F1 Vinanti Engineering 28.02.23 D14           d Mandatory one

 

 

  1. i - b, ii - c, iii - d, iv - a
  2. i - b, ii - c, iii - a, iv - d
  3. i - b, ii - a, iii - d, iv - c
  4. i - c, ii - b, iii - d, iv - a

Answer (Detailed Solution Below)

Option 1 : i - b, ii - c, iii - d, iv - a

ER Diagrams Question 5 Detailed Solution

Entity Relationship Diagram - It is a diagram that displays the relationship of entity sets stored in a database. In other words, ER diagrams help to explain the logical structure of databases. ER diagrams are created based on three basic concepts: entities, attributes and relationships.

Relationship - It is nothing but an association among two or more entities. Entities take part in relationships. We can often identify relationships with verbs or verb phrases. It is represented by a Diamond. Screenshot 2023-02-21 at 4.26.15 PM

Attributes - It is a single-valued property of either an entity-type or a relationship-type. It is represented by an Oval. Screenshot 2023-02-21 at 4.25.18 PM

Optional One - It represents a relationship between two entities that is NOT mandatory to exist. It is represented by a line intersected with a vertical line and an oval at one end. Screenshot 2023-02-21 at 4.29.26 PM

Mandatory One - It represents a relationship between two entities that is mandatory to exist. It is represented by a line intersected by two small vertical lines at one end Screenshot 2023-02-21 at 4.28.46 PM

ER Diagrams Question 6:

Consider a relational table with a single record for each registered student with the following attributes.

1. Registration_Num: Unique registration number of each registered student

2. UID: Unique identity number, unique at the national level for each citizen

3. Bank Account_Num: Unique account number at the bank. A student can have multiple accounts or joint accounts. This attribute stores the primary account number.

4. Name: Name of the student

5. Hostel_Room: Room number of the hostel

Which of the following options is INCORRECT?

  1. Bank Account_Num is a candidate key
  2. Registration_Num can be a primary key
  3. UID is a candidate key if all students are from the same country
  4. If S is a superkey such that S∩UID is NULL then S∪UID is also a superkey

Answer (Detailed Solution Below)

Option 1 : Bank Account_Num is a candidate key

ER Diagrams Question 6 Detailed Solution

Key PointsOption 1: Bank Account_Num is a candidate key

False, If two students hold a joint account then BankAccount_Num is not a candidate key and will not uniquely determine other attributes.

Option 2: Registration_Num can be a primary key

True, A Unique registration number of each registered student is a candidate key and uniquely determines other attributes.

Option 3: UID is a candidate key if all students are from the same country

True, Unique identity number, unique at the national level for each citizen is a candidate key and uniquely determines other attributes.

Option 4: If S is a superkey such that S∩UID is NULL then S∪ UID is also a superkey

True, Let's consider super key is  Registration_Num  and Registration_Num ∩UID is NULL then  Registration_Num ∪ UID is also a superkey.

Hence the correct answer is Bank Account_Num is a candidate key.

ER Diagrams Question 7:

Consider following ER - diagram where two entities E1 and E2 have a relation R of cardinality 1:M.

Gate CS Introduction and E-R diagram chap 1 dbms Images-Q19

The attributes of E1 are e11, e12 and e13 where e11 is the key attribute. The attributes of E2 are e21, e22 and e23 where e21 is the key attribute and e22 is multivalued attribute. the minimum number of tables in database is :

  1. 2
  2. 3
  3. 4
  4. 5

Answer (Detailed Solution Below)

Option 2 : 3

ER Diagrams Question 7 Detailed Solution

Diagram:

Gate CS Introduction and E-R diagram chap 1 dbms Images-Q19.1

E1 (e11, e12, e13)                                 E2 R (e21, e22, e23, e11)

                                                              E2 R1(e21,e22)

                                                              E2 R2(e21,e23,e11)

Relation: 1: M (no need of extra table)

For mutlivalued attribute, extra table is required

So, total no. of tables is 3

ER Diagrams Question 8:

Consider a weak entity set W and its identifying (owner) entity set O. Primary key of W is composed of

  1. Discriminator of W and primary key of O
  2. Superkey of W and primary key of O 
  3. Discriminator of W and foreign key of O
  4. Superkey of W and foreign key of O

Answer (Detailed Solution Below)

Option 1 : Discriminator of W and primary key of O

ER Diagrams Question 8 Detailed Solution

The correct answer is Discriminator of W and primary key of O

Key Points

  • In database design, a weak entity set is an entity set that does not have a primary key but has a partial key, known as the discriminator.
  • The existence of a weak entity depends on another entity, referred to as its identifying or owner entity set (O).
  • The primary key of the weak entity set (W) is composed of its discriminator (which ensures uniqueness within an entity set) along with the primary key of its identifying or owner entity set, not a foreign key, since the primary key of O directly participates in forming the primary key of W.

ER Diagrams Question 9:

Which of the following components is not a part of Entity Relationship Diagrams?

  1. Double lines
  2. Hexagons
  3. Double rectangle
  4. Ellipse

Answer (Detailed Solution Below)

Option 2 : Hexagons

ER Diagrams Question 9 Detailed Solution

The correct answer is Hexagons.

Key Points

  • Entity Relationship Diagrams (ERDs) are a graphical representation used to model the structure of a database.
  • Common components of ERDs include entities, relationships, and attributes.
  • In ERDs:
    • Double lines are often used to represent the participation constraints in relationships.
    • Double rectangles are used to denote weak entities.
    • Ellipses are used to represent attributes of entities or relationships.
  • However, Hexagons are not a standard component of Entity Relationship Diagrams.

Additional Information

  • Entities are represented by rectangles and are used to model objects or concepts in the domain.
  • Relationships are represented by diamonds and depict the associations between entities.
  • Attributes provide more information about entities and relationships and are represented by ellipses connected to their related entities or relationships.
  • In some extended ERDs, additional symbols and notations might be used, but hexagons are not part of the standard notation.

ER Diagrams Question 10:

Match the following:

  List-I   List-II
A. Create (i) The E-R Model
B. Select (ii) Relationship Model
C. Rectangle (iii) DDL
D. Record (iv) DQL

  1. A - (iii), B - (iv), C - (i), D - (ii)
  2. A - (iv), B - (iii), C - (ii), D - (i)
  3. A - (iv), B - (iii), C - (i), D - (ii)
  4. A - (iii), B - (iv), C - (ii), D - (i)
  5. None of these

Answer (Detailed Solution Below)

Option 1 : A - (iii), B - (iv), C - (i), D - (ii)

ER Diagrams Question 10 Detailed Solution

The correct answer is option 1.

Concept:

Data Definition Language (DDL):

Data Definition Language (DDL) is a standard for commands that define the different structures in a database. DDL statements create, modify, and remove database objects such as tables, indexes, and users.

List of DDL commands:

  • CREATE
  • DROP
  • ALTER
  • TRUNCATE
  • COMMENT
  • RENAME

DQL(Data Query Language):

The DQL is used to implement queries on the database. The query will produce a result by fetching the data from the relation.

List of DQL commands:

  • SELECT

The relational Model :

The relational model represents how data is stored in Relational Databases.  A relational database stores data in the form of relations (tables). Relational Data Model uses tables to represent the data and the relationship among these data. Each table has multiple columns and each column is identified by a unique name. It is a low-level model. The relationship model has records of data and these all records form a table. A relationship consists of an attribute, relation Schema, tuple or records, relation instance, degree, and cardinality ratio.

ER model:

ER model stands for an Entity-Relationship model. It is a high-level data model. This model is used to define the data elements and relationships for a specified system. It has Entity, attributes, relations.

F1 Shraddha Harshita 14.01.2022 D 1

Hence the correct answer is A - (iii), B - (iv), C - (i), D - (ii).

Get Free Access Now
Hot Links: all teen patti game teen patti chart teen patti rummy 51 bonus