8 Qs · since 2012 · 9 marks · 0.3 marks/paperStandard yield
GATE tests the ER-model and conceptual design across foundational definitions, standard notation mapping, ER-to-relational schema conversion, and weak entity constraints. Questions… Guide
Topic guide
GATE tests the ER-model and conceptual design across foundational definitions, standard notation mapping, ER-to-relational schema conversion, and weak entity constraints. Questions range from conceptual 1-mark MCQs verifying properties of entities/relationships and DBMS schema architectures to 2-mark NATs calculating the minimum number of relational tables needed in 3NF. The focus is on precision regarding atomicity, participation constraints, and table reduction rules.
ER-to-Relational Schema Conversion Table Count
occasional · NAT · 2 marks · 2015
Given an ER diagram description with multiple entity sets, cardinality ratios (, , ), and keys/attributes, calculate the minimum number of relations (tables) in 3NF needed to represent the design without anomalies.
ER Conceptual Constraints and Properties
common · MCQ · 1 marks · 2024, 2012
True/false or INCORRECT identification questions targeting ER definitions such as multivalued vs composite attributes, owner vs weak entity sets, identifying relationships, and existence/participation dependencies.
Specification to ER Diagram Matching
occasional · MCQ · 1 marks · 2024
Given a brief natural language enterprise specification, choose the diagram that correctly maps nouns/actions to entity rectangles, relationship diamonds, and proper connections without spurious entities.
DBMS Multi-Schema Architecture Matching
rare · MCQ · 1 marks · 2026
Matching columns connecting external, logical/conceptual, and physical/internal schema levels with their respective database artifacts (views, relations, file structures/indexes).
ER-to-Relational Table Reduction and Merging
occasional · MCQ · 1 marks · 2017
Questions evaluate the exact conditions (cardinality ratio and total/partial participation) under which a relationship relation can be merged with an participating entity relation without creating spurious null values or violating functional dependencies.
Cardinality and Participation Constraint Interpretation
occasional · MCQ · 1 marks · 2018
Given an ER setup with explicit cardinality ratios, participation constraints, and relative entity set sizes (e.g., ), deduce the exact bounds on associations (e.g., 'at least one', 'at most one', or 'exactly one') between entities.
ER Diagrammatic Notational Standards
occasional · MCQ · 1 marks · 2020
Direct identification of standard Chen-style ER diagram notations for structural constructs such as weak entity sets, identifying relationship sets, multivalued attributes, and partial keys.
ER to Relational Table Count ($m:n$ Relationship)
Used when an relationship exists between two independent entity sets; the relationship cannot be merged into either entity table.
ER to Relational Table Count ($1:n$ Relationship Merge)
Used when a relationship connects (1-side) and (-side); the relationship is merged into the relation on the -side by embedding the foreign key.
Exact Association under Total Participation & Functional Mapping
Used to determine the exact number of associations an entity has when it is on the 'many' side with total participation.
Pigeonhole Principle in Many-to-One Relationships
Used when reasoning about the minimum number of associations on the 'one' side when entity set cardinalities differ.
Shift from purely verbal definitions (2012) and conversion counting (2015) to visual ER diagram comprehension, weak entity participation rigor (2024), and foundational architectural mappings (2026).
2026, 2024, 2015, 2012
ER questions predominantly remain 1-mark easy conceptual checks in MCQ format, with 2-mark NAT questions reserved for relational schema reduction problems.
2024, 2015
Questions consistently carry 1 mark as MCQs without complex numerical calculation, shifting between formal semantic constraint deduction and graphical notation identification.
2020, 2018, 2017
Easy: Direct theoretical definitions (participation of weak entities, attribute types, 3-schema level matching, or picking the right diagram layout). Medium: Converting ER diagrams with mixed cardinalities (, , ), total/partial participation, or weak entities into minimal tables without redundant keys or NULL violations. Hard: Complex ER schemas containing ternary relationships, self-referential relationships, and inheritance hierarchies requiring precise minimal candidate key and table derivation.