View Single Post
  #7 (permalink)  
Old 03-01-04, 01:03
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,083
PHP Code:
  CUSTOMER
+----------------------+
customer_number (PK) |
+----------------------+
name                 |
address              |
phone_number         |
credit_rating        |
+----------+-----------+
           | 
  
customer |
   
places  |
   
order   order
           
placed
           
|   by 
           
customer
           

  
ORDER    ^
+----------------------+
order_no (PK)        |
+----------------------+
customer_number (FK) |
order_date           |
shipping_address     |
credit_card_type     |
credit_card_number   |
+----------------------+ 
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote