Guys im a total database newbie here so I need some help please. Im building a retail clothing website. When the user clicks on a certain outfit, it will take the user to another page that will have the user select the size of the outfit from a dropdown menu. SMALL, MEDIUM, LARGE, ONESIZE. Some of the outfits only have 2 sizes or 3, not all of them. So what do I put in the database so the select information can be displayed for the appropriate outfit in the drop down menu? Im using ASP.NET and MySQL.
I did google it. Their instructions arent specific to what Im trying to do. I want to display select data for different products. The intructions I found ends up displaying all of the sizes (s,m,l, onesize) in the drop list box.
Well it looks like mySQL doesnt have a yes/no data type like Access. What is mySQL equivalent data type to Access's "yes/no" data type?