Question
Best practice to manage dropdown data fetched from database.
What is best way to manage dropdown data from database?
1) create a table for each dropdown
or
2) 1 table for all dropdowns.
Also please consider relations between tables, for example Country, States and Cities.
And with consideration of scalability, like more dropdowns or more dropdown labels.
