RelationalDBDesign
SiteMap
Database Analysis
Database Design
Extended DB Features
Oracle SQL Extensions
ER Diagrams
«Prev
Next»
Database Design
Database Structure
Relational Database Model
Relationally Complete
Relational Completeness
Database Structure
Linking Database Tables
SQL in RDBMS
Create Table SQL
DBMS
Database Change Management
Relational DB Structure
Database Life Cycle
Database Design Strategy
Subject Approach DB Design
Design Subject
Application Approach Design
Schema Architecture
Three Schema Arch
DBLC Design Stages
Post Design Stages
Design Tools
DB Design Strategy Conclusion
Requirements Analysis
Requirements Analysis
Define Business Objects
BO Characteristics
Business Rules Importance
Interview Data Users
Data Flow Diagram
Creating User Views
Calculated Fields
Requirements Documentation
Requirements Analysis Conclusion
Attributes and Entities
Entities Conceptual Model
Store Entity Values
Rules for Creating Identifiers
Entity Instances
Attribute Domains Types
Multivalued Attribute
Multi-Valued Attributes
Multivalued Attribute(resolve)
Entity Attribute Constraints
Module Summary
ER Diagrams
ERD Concept
Three Relationship Types
One to One Relationships
Identify one To One
One to many Relationships
Identify One to Many
Define many To Many
Identify Many To Many
Many to Many Challenges
Convert m:n to 1:n
Mandatory Optional Relationship
Optional Participation Relationships
ERD Conclusion
ERD Conventions
ER Diagram
Three Model Types
idef1x Crowsfoot Chen Models
Entity Attribute Relationship
ER Diagram Types
Crow's Foot Notation
DB Participation Types
Interview End- Users
Verbalize ER Diagram
ER diagram model Types
Entity Relationships Diagram- Quiz
Each question is worth one point. Select the best answer or answers for each question.
1.
What type of relationship is described by the following rule? For one instance of entity A, there exists zero, one, or many instances of entity B; and for one instance of entity B, there exists zero, one, or many instances of entity A.
Please select the best answer.
A.
1:1 relationship
B.
1:N relationsip
C.
M:N relationship
2.
What type of relationship is described by this rule? For one instance of entity A, there exists zero, one, or many instances of entity B; but for one instance of entity B, there exists zero or one instance of entity A.
Please select the best answer.
A.
1:1 relationship
B.
1:N relationship
C.
M:N relationship
3.
What type of relationship is described by this rule? Zero or one instance of entity A can be associated with zero or one instance of entity B, and zero or one instance of entity B can be associated with zero or one instance of entity A.
Please select the best answer.
A.
1:1 relationship
B.
1:N relationship
C.
M:N relationship
4.
What type of participation does the following sentence describe for Table A? There is no requirement for any records to exist in Table A before any records can be added to Table B.
Please select the best answer.
A.
Mandatory participation
B.
Optional participation
C.
None of the above
5.
What type of participation is described for Table B? One record must exist in Table B before any records can be added to Table A.
Please select the best answer.
A.
Mandatory participation
B.
Optional participation
C.
None of the above
Correct answers:
Your Score: 0
Submit
Quiz Explanation
Ad
Database Design and Theory