DFC20203 Database Design: Topic 3

Download as pdf or txt
Download as pdf or txt
You are on page 1of 7

DFC20203 Database Design

Topic 3
Formative Assessment

Name:NELSTROOY GALAT ANAK PARTI


Registration Number:20DDT21F1045
Q1: Normalize into 3rd Normal Form.
Q1 Answer

• 1NF
RECEIPT(Salesperson_ID, Land_Number ,Name,Branch,
Land_Location,Capacity,Customer_ID,Customer_Name,Sales)
• 2NF
SALESPERSON(Salesperson_ID,Name,Branch)
LAND(Land_Number,Land_Location,Customer_ID,Customer_Name,Sales)
LAND SALES(Salesperson_ID,Land_Number,Capacity)

• 3NF
CUSTOMER(Customer_ID,Customer_Name)
SALESPERSON(Salesperson_ID,Name,Branch)
LAND(Land_Number,Land_Location,Customer_ID,Sales)
LAND SALES(Salesperson_ID,Land_Number,Capacity)
Q2: Illustrate Entity Relationship Diagram (ERD)
using Chen’s notation for the following situations:
Every participant is allowed to join only one competition. Participants are identified by participant
ID, participant name and phone number while competition identified by category ID and category
name.
1:1
Answer: Participant_ID Category_ID

1 1
Participant_Name PARTICIPANT Join COMPETITION Category_Name

Phone_Number
Q3: Illustrate Entity Relationship Diagram (ERD)
using Chen’s notation for the following situations:
Teacher are assigned to teach several subject in the whole year. Subject taught may have more than
one teachers. Information of teachers consists of teacher ID, name and track. Subjects are
identified by subject ID, subject name and year.
Answer: M:N
Teacher_ID Subject_ID

M N
Teacher_Name TEACHER teach COMPETITION Subject_Name

Track YEAR
Q4: Illustrate Entity Relationship Diagram (ERD)
using Chen’s notation for the following situations:
Every event which identified by event ID, event name and category are managed by single manager.
Each of the manager are responsible for monitoring flow of the event run smoothly as planned.
Manager are identified by their registration number, name and company may manage more events
in the current session.
1:M
Answer:
Event_ID
Registration_Number

1 M
Manager_Name MANAGER manage EVENT Event_Name

Company Category
Answer and Marking Scheme Rules

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy