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 > Opinion on Entities

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-14-04, 21:34
Raz0r85 Raz0r85 is offline
Registered User
 
Join Date: Apr 2004
Posts: 1
Question Opinion on Entities

Hey all,

I have to create a database to record bookings of future shows. The database must be able to record customer bookings of seats for shows, allocate customers to unallocated seats and allow for discounts to groups/concessions.

I also must be able to generate reports or queries that:

Calculates how much revenue each show has produced, calculates how much revenue a future production (one instance of a show) has taken so far, states which shows each customer has been to, and spent, calculates the average amount spent by each customer and allow the user to select a start and end date which generates a report that gives the amount of money grossed by each show within the period.

__________________________________________________

So far i have came up with the following entities-

Customer
Payment
Booking
Book-Seat
Seat
Production
Show

But im unsure if i should include an entity for Groups/Concessions or if i need both production and show...
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