logo

COIT20247 Database Normalization and ERD Mapping

   

Added on  2022-11-14

9 Pages928 Words391 Views

Report
Database Normalization
Third Normal Form Relations
TlCustomer (FlCustomerID, FlCustomerName, FlStreet, FlCity, FlPostCode,
FlCustomerContactNum)
Primary Key FlCustomerID
TlEmployee (FlEmployeeID, FlEmployeeName, FlEmployeeStartDate)
Primary Key FlEmployeeID
TlParcel (FlParcelID, FlParcelWeightInGrams, FlFromStreet, FlFromCity, FlFromPostCode,
FlToStreet, FlToCity, FlToPostCode, FlDateCollected, FlParcelValue, FlCharges, FlStatus,
FlCustomerID, FlEmployeeID)
Primary Key ParcelID
FlCustomerID references TlCustomer (FlCustomerID)
FlEmployeeID references TlEmployee (FlEmployeeID)
TlDelivered (FlParcelID, FlDeliveredDate)
Primary Key FlParcelID
FlParcelID references TlParcel (FlParcelID)
TlReturned (FlParcelID, FlReturnedDate)
Primary Key FlParcelID
FlParcelID references TlParcel (FlParcelID)
TlLost (FlParcelID, FlLostEntryDate)
Primary Key FlParcelID
FlParcelID references TlParcel (FlParcelID)
TlClaim (FlClaimID, FlClaimLodgeDate, FlClaimSettledAmount, FlClaimPaidDate,
FlParcelID)
Primary Key FlClaimID
FlParcelID references TlLost (FlParcelID)
TlInvoice (FlInvoiceID, FlInvoiceAmount, FlInvoiceDate, FlParcelID)

Primary Key FlInvoiceID
FlParcelID references TlParcel (FlParcelID)
Functional Dependency
Claim Table
FlClaimLodgeDate FlClaimID
FlClaimSettledAmount FlClaimID
FlClaimPaidDate FlClaimID
FlParcelID FlClaimID
Employee Table
FlEmployeeName FlEmployeeID
FlEmployeeStartDate FlEmployeeID
(Poolet A. M. 2019)

End of preview

Want to access all the pages? Upload your documents or become a member.

Related Documents
Database Normalization and 3NF Relations
|9
|947
|25

COIT20247 Database Design and Development
|9
|875
|115

Database Normalization and Implementation for COIT20247
|9
|766
|417

COIT20247 Database Design and Development
|10
|864
|257

Normalization of Charity and Customer Supply Databases
|6
|818
|226

Database Fundamentals: IPS Database Design and Implementation
|10
|535
|105