G
Guest
Hello,
I have just taken my first stab at trying to normilize a testdb that I have
created in SQL 2000. I want to get feedback and or tips and hints on whether
or not I've normalized this DB to the 3rd. Form. Below you'll find the
information on the Tables I've created. Thanks in advance:
tbl_Customers:
CustomerID
CustomerTypeID
CustomerName
DateCreated
CustomerNotes
DateLastModified
tbl_CustomerType (look up table):
CustomerTypeID
CustomerTypeName
Description
tbl_CustomerAddress:
CustomerAddressID
CustomerID
DateCreated
Address
City
State
ZipCode
DateLastModifed
AddressNotes
IsPrimaryAddress
tbl_Contacts:
ContactID
CustomerID
ContactTypeID
FirstName
MiddleName
LastName
PhoneNumber
EMail
IsPrimaryContact
ContactNotes
DateLastModified
tbl_ContactTypes (look up table):
ContactTypeID
ContactTypeName
Description
tbl_Orders
OrderID
CustomerID
OrderNotes
tbl_OrderDetails:
OrderDetailsID
OrderID
ProductID
DateOfPurchase
Quantity
DateOfShipment
OrderNOtes
tbl_Products
ProductID
ProductName
ProductPrice
ProductDescription
UnitsInStock
I have just taken my first stab at trying to normilize a testdb that I have
created in SQL 2000. I want to get feedback and or tips and hints on whether
or not I've normalized this DB to the 3rd. Form. Below you'll find the
information on the Tables I've created. Thanks in advance:
tbl_Customers:
CustomerID
CustomerTypeID
CustomerName
DateCreated
CustomerNotes
DateLastModified
tbl_CustomerType (look up table):
CustomerTypeID
CustomerTypeName
Description
tbl_CustomerAddress:
CustomerAddressID
CustomerID
DateCreated
Address
City
State
ZipCode
DateLastModifed
AddressNotes
IsPrimaryAddress
tbl_Contacts:
ContactID
CustomerID
ContactTypeID
FirstName
MiddleName
LastName
PhoneNumber
IsPrimaryContact
ContactNotes
DateLastModified
tbl_ContactTypes (look up table):
ContactTypeID
ContactTypeName
Description
tbl_Orders
OrderID
CustomerID
OrderNotes
tbl_OrderDetails:
OrderDetailsID
OrderID
ProductID
DateOfPurchase
Quantity
DateOfShipment
OrderNOtes
tbl_Products
ProductID
ProductName
ProductPrice
ProductDescription
UnitsInStock