forum

Home / DeveloperSection / Forums / database design for song voting system

database design for song voting system

Royce Roy222410-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 :)


Updated on 15-Apr-2013

Can you answer this question?


Answer

1 Answers

Liked By