S
Shaun
Hi Everyone,
I'm trying to figure out which would be the better design for a table or two.
I'm converting paper forms into a db format. On the paper forms, there are
categories for Current Land Use (Ag, Commercial, Residential, etc) and
Disturbance (Logged, Erosion, etc). Each of these have several choices that
are present/absent. Each can have multiple things checked.
I'm wondering if it would be better to store these as two separate tables
with a Key Field and a Description or would it be better to have a table with
10-12 fields of yes/no? Thanks!
Id CurrentUseDescription
# Text
Id DisturbanceDescription
# Text
OR
Id Agricultural Commercial Residential etc......
# Yes/No Yes/No Yes/No
I'm trying to figure out which would be the better design for a table or two.
I'm converting paper forms into a db format. On the paper forms, there are
categories for Current Land Use (Ag, Commercial, Residential, etc) and
Disturbance (Logged, Erosion, etc). Each of these have several choices that
are present/absent. Each can have multiple things checked.
I'm wondering if it would be better to store these as two separate tables
with a Key Field and a Description or would it be better to have a table with
10-12 fields of yes/no? Thanks!
Id CurrentUseDescription
# Text
Id DisturbanceDescription
# Text
OR
Id Agricultural Commercial Residential etc......
# Yes/No Yes/No Yes/No