Trying to learn mySQL and PHP, and I have a quick question. i'm trying to make a database that will
keep track of my mp3s. I am going to save the following infomation.
Title, Artist, Genre, and Length
I will use VARCHAR(20) for all the variables except for Genre. I would like to use a drop down list on my
webpage to list the corresponding genre (Rap, R&B, Country, Alternative, etc...). How would I go about
defining this? Would I use ENUM or set?
keep track of my mp3s. I am going to save the following infomation.
Title, Artist, Genre, and Length
I will use VARCHAR(20) for all the variables except for Genre. I would like to use a drop down list on my
webpage to list the corresponding genre (Rap, R&B, Country, Alternative, etc...). How would I go about
defining this? Would I use ENUM or set?