If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > Database Normalization

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-14-11, 21:20
fkrafi fkrafi is offline
Registered User
 
Join Date: Jul 2011
Posts: 1
Database Normalization

how to normalize a database upto BCNF if you are given relational schemas. For example how can i normalize the following schemas upto BCNF.....

suppliers( supplierID, CompanyName, contactName, contactTitle, address, city, postalCode, country, phone,

fax, email, url, paymentMethod, typeGoods, logo )

products( productID, supplierID, categoryId, productName, unitPrice, color, size, unitInStock, picture )

category( categoryId, categoryName )

order( orderID, customerID, paymentID, ShipperId, orderDate, shipDate, PaymentDate )

orderDetails( orderDetailId, orderId, productId, unitPrice, quantity, total )

payment( paymentId, paymentType, allowed )

shippers( shipperId, CompanyName, phone )

customers( customerId, firstName, lastName, address, city, postalCode, country, phone, email, creditCard, creditCardTypeId, cardExpMo, cardExpYr, BillingAddress, BillingCity, BillingPostalCode, BillingCountry, ShipAddress, ShipCity, shipPostalCode, ShipCountry, DateEntered )



please explain in details....

thanx in advance
Reply With Quote
  #2 (permalink)  
Old 07-14-11, 22:50
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,524
wow, what a lot of information

when is this homework assignment due?
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
  #3 (permalink)  
Old 07-15-11, 04:38
healdem healdem is offline
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,246
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
Reply

Tags
database, database normalization, relational schemas

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On