Question: SYSTEM A: Student Database Management System: Create a system to store student information like names, courses, grades, and attendance records. You can experiment with data
SYSTEM A: Student Database Management System:
Create a system to store student information like names, courses, grades, and attendance records. You can experiment with data normalization techniques to
Tasks: Design tables with relationships to avoid redundancy.
Calculate student grade point averages GPA
Track student attendance for a specific course.
Generate reports on student enrolment by major. Minimize redundancy and ensure data integrity.
Requirements: Entities: Entities Add Constraints
Students name ID number, major, year Courses course code, name, instructor
Grades student ID course code, grade Attendance student ID date, attendance status
Add more entities with attributes needed.
Provide the following
Company Background
Business Rules
Using SQL DATA MODELER Create a database schema Logical Model ERD of the company's database system
Tables in your database should contains tables
Tables should be in Normalize form at least NF
ENTITIES NAME should be Related to the database system
Add the necessary constraints on each entity
Add a table relationship and relationship label Example Logical Database Model for your guide
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
