bbmak
08-13-2005, 06:27 AM
Hi:
I have make an lyric databse,
the structure is like that
table: artist
artist_id (int)
name (varchar)
gender (varchar)
region (varchar)
table: lyric
lyric_id (int)
artist_id (index)
song_title (varchar)
lyric (text)
these 2 tables only for lyric for single artist.
As you music lovers know, sometime artists sing some songs with other artists. Do you know how should I design another table to store those lyrics?
Also please describe the way of sorting them?
I have make an lyric databse,
the structure is like that
table: artist
artist_id (int)
name (varchar)
gender (varchar)
region (varchar)
table: lyric
lyric_id (int)
artist_id (index)
song_title (varchar)
lyric (text)
these 2 tables only for lyric for single artist.
As you music lovers know, sometime artists sing some songs with other artists. Do you know how should I design another table to store those lyrics?
Also please describe the way of sorting them?