Users Pricing

forum

home / developersection / forums / database design for song voting system

database design for song voting system

Royce Roy 2492 10 Apr 2013
Hi Everyone!

I have to make a simple song voting website with asp.net .
Here is the sample of my database tables and fields .

Album             User         Voting
------         ---------     ---------
albumID        userID         userID
albumName      userName       trackID
                              rate



Tracks         TrackRate
------         ---------
trackID        trackID
albumID        rate
trackTitle
composer
artist
band
genre:
It's just a simple .
In fact , i haven't much more experience in database designing and normalization .
i want to know the best database design :)


Royce Roy

Other


1 Answers