help in designing a database
Hi all,
This is my first project. I hve chosen 'car rental ageny' as my project.
I hve decided to hve the following tables in my project.
Customer Table(This table holds all the customer details)
cuid
culname
cufname
cuhphone
cuwphone
cucphone
cuadd1
cuadd2
cucity
custate
cuzip
no-of-times-rented
cutype
culic
cussn
Vehicle Table (This table holds the all the details abt the vehicle at car rental agency)
vehplate
vehmake
vehmodel
vehmacyear
vehgps
vehsize
Company Master Table (This table has all the information abt its branches)
comloccode
comadd1
comadd2
comcity
comstate
comzip
comphone
comfax
Rate Plan Table (This table has info about the rate. if it is a minivan and its a weekend , then the rate is so and so like .)
ratecode
rate
vehsize
Transaction Table (This table holds the transaction for each rental going to take place)
tranid
vehid
cusid
rate
pickupdate
dropoffdate
Now i need the suggestion ..am i right in all these or do i hve to add something here. pls help me..
thx in advance..
sangsram
|