Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Business Scenario: You are required to build a database for a university with students and courses. Each student has an ID , name, GPA, and
Business Scenario:
You are required to build a database for a university with students and courses. Each student has an ID name, GPA, and address. A student can register multiple courses. Each course is identified with a course ID No name, and credits.
Q For the business scenario given above, write the business rules that describe all entities, relationships, and constraints. You can follow the below format or use any other preferred format. Make sure you satisfy the requirements.
For each Entity:
Entity name and an attribute list, with the attribute name and the following information:
Attribute domain and size, eg CHAR INT, VARCHAR
RequiredOptional ie not Null
UniqueDuplicated
Key constraints PK FK PFFK or None
For each Relationship:
A given name of the relationship and the following information:
Involved entities
Relationship type ::M M: M:M
Special participation and cardinality
Relationship strength WeakStrong
Example of Entity:
Student
ID: INT, Required, Unique, PK
Name: VARCHAR Required, Duplicated, None
Example of Relationships:
Relationship name: CourseRegistration
Between Student and Course
M:M
m and m ie or many students can take a course and a course can have or many students
Strong
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started