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 > "Event Registration" Database Design Advice

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-24-07, 02:37
Profundo Profundo is offline
Registered User
 
Join Date: May 2007
Posts: 1
"Event Registration" Database Design Advice

I'm designing a database for a careers day registration system. The database has to maintain data for the year of the careers day, registered companies, company contacts, registration details, "products" purchased, and payment information.

The current design I have is as follows:
cada (year)

cada_company (company_id, company_name)
cada_company_contact (company_id, contact_name)
cada_company_registration (company_id, number_of_booths)
cada_participation (year, company_id)

cada_item (item_id, item_name, item_price, item_initial_stock, item_current_stock)

cada_cart (cart_id, company_id)
cada_cart_items (cart_id, item_id, item_price, item_quantity)
cada_cart_payment (cart_id, payment_date, payment_method, payment_amount)
If anybody give me some advice on how I can improve this design, it would be appreciated. Thank you.
Reply With Quote
  #2 (permalink)  
Old 05-24-07, 20:51
certus certus is offline
Registered User
 
Join Date: Dec 2003
Location: Canada
Posts: 710
Item price might give you some problems the way you have set it up.

I would need more explanation of the business rules before I could recommend anything.
__________________
visit: relationary
Reply With Quote
Reply

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