logo

COIT20247 Database Design and Development

   

Added on  2022-11-26

9 Pages875 Words115 Views
Student ID:
Student Name:

Report
Database Normalization
3NF Relations
TabCustomer (FildCustomerID, FildCustomerName, FildStreet, FildCity, FildPostCode,
FildCustomerContactNum)
Primary Key FildCustomerID
TabEmployee (FildEmployeeID, FildEmployeeName, FildEmployeeStartDate)
Primary Key FildEmployeeID
TabParcel (FildParcelID, FildParcelWeightInGrams, FildFromStreet, FildFromCity,
FildFromPostCode, FildToStreet, FildToCity, FildToPostCode, FildDateCollected,
FildParcelValue, FildCharges, FildStatus, FildCustomerID, FildEmployeeID)
Primary Key ParcelID
FildCustomerID references TabCustomer (FildCustomerID)
FildEmployeeID references TabEmployee (FildEmployeeID)
TabDelivered (FildParcelID, FildDeliveredDate)
Primary Key FildParcelID
FildParcelID references TabParcel (FildParcelID)
TabReturned (FildParcelID, FildReturnedDate)
Primary Key FildParcelID
FildParcelID references TabParcel (FildParcelID)
TabLost (FildParcelID, FildLostEntryDate)
Primary Key FildParcelID
FildParcelID references TabParcel (FildParcelID)
TabClaim (FildClaimID, FildClaimLodgeDate, FildClaimSettledAmount, FildClaimPaidDate,
FildParcelID)
Primary Key FildClaimID
FildParcelID references TabLost (FildParcelID)
TabInvoice (FildInvoiceID, FildInvoiceAmount, FildInvoiceDate, FildParcelID)

Primary Key FildInvoiceID
FildParcelID references TabParcel (FildParcelID)
Functional Dependency
Claim Table
FildClaimLodgeDate FildClaimID
FildClaimSettledAmount FildClaimID
FildClaimPaidDate FildClaimID
FildParcelID FildClaimID
Customer Table
FildCustomerName FildCustomerID
FildStreet FildCustomerID
FildCity FildCustomerID
FildPostCode FildCustomerID
FildCustomerContactNum FildCustomerID

End of preview

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

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

COIT20247 Database Design and Development
|10
|864
|257

COIT20247 Database Normalization and ERD Mapping
|9
|928
|391

Database Implementation - PDF
|5
|864
|134

Database Normalization and Implementation
|9
|840
|35

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