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 > Video Rental DB help/thoughts

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-25-11, 10:37
TutenStain TutenStain is offline
Registered User
 
Join Date: Mar 2011
Posts: 1
Video Rental DB help/thoughts

Hello!

Im quite stuck on how to get this to work. I want so my "customers" could see their renting history and I would also like to somehow keep track of the quantity of DVDs and VHS of each movie. I mean, I would like to have maybe 5DVDs and 2VHS of the movie The Town and maybe 2DVDs and 0VHS of the movie Blood Diamond.

This is what I have now:

users
{
id
username
name
adress
city
email
password
suspended
}

films
{
id
name
about
new_date
}

rents
{
userid
filmis

rent_date
due_date
}

category
{
filmid
category
}

images
{
id
image (blob)
}

Any help/input/opinions is greatly welcomed. Thanks!
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