Q1
True / FalseIn Microsoft SQL Server, an Entity-Relationship Diagram (ERD) is a graphical representation of RDBMS Concepts - ERD (Data Model).
An ERD visually represents the relationships between entities in a database.
Q2
True / FalseIn RDBMS Concepts - ERD (Data Model), entities are represented by tables in Microsoft SQL Server.
Entities in ERD correspond to tables in a relational database.
Q3
True / FalseAttributes in an ERD are the same as columns in a table in Microsoft SQL Server.
Attributes describe the properties of an entity and correspond to table columns.
Q4
True / FalsePrimary keys in Microsoft SQL Server cannot be represented in an ERD.
Primary keys are essential in ERDs to uniquely identify entity instances.
Q5
True / FalseRelationships in an ERD for Microsoft SQL Server are shown as lines connecting entities.
Relationships are depicted as lines or arrows connecting entities in an ERD.
Q6
True / FalseERDs do not include information about cardinality in Microsoft SQL Server.
ERDs typically include cardinality to show the relationship between entities.
Q7
True / FalseForeign keys in RDBMS Concepts - ERD (Data Model) link tables together in Microsoft SQL Server.
Foreign keys establish relationships between tables in a database.
Q8
True / FalseERDs in Microsoft SQL Server cannot represent many-to-many relationships.
Many-to-many relationships can be represented in ERDs using junction tables.
Q9
True / FalseIn Microsoft SQL Server, an ERD is used during the database design phase.
ERDs are often used in the design phase to plan the database structure.
Q10
True / FalseAttributes in an ERD are always optional in Microsoft SQL Server.
Attributes can be either mandatory or optional depending on the database design.
Q11
True / FalseComposite keys can be represented in ERDs for Microsoft SQL Server databases.
Composite keys, which are made up of two or more columns, can be shown in ERDs.
Q12
True / FalseIn Microsoft SQL Server, ERDs are not used to enforce database integrity.
ERDs help in designing databases to enforce integrity through primary and foreign keys.
Q13
True / FalseERDs can only represent one-to-one relationships in Microsoft SQL Server.
ERDs can represent one-to-one, one-to-many, and many-to-many relationships.
Q14
True / FalseIn RDBMS Concepts - ERD (Data Model), an entity is typically a noun in Microsoft SQL Server.
Entities usually represent objects or concepts, which are often nouns.
Q15
True / FalseERDs are used to normalize data in Microsoft SQL Server.
Normalization involves organizing data to reduce redundancy, often guided by ERDs.