If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Agreed. You've got a normalisation problem with idea #1. Idea #2 means you need to change your DDL everytime any ethnicity types are added\ deleted\ changed. You would also need to somehow match up what you expose to the user as available ethnicities with the check constraint. Using a table & foreign key constraints solves all these issues.