Hello.
I have a simple/stupid question (i think). I am setting up a table in SQL Server 2005 tracking employee demographic info.
I have come to the gender field. I will be inserting two fields for this, a gender_male field and gender_female field. I need both of these fields to store the value of
y/n or true/false.
I'm not sure what data type I need for this field.
Thanks in advance.
I have a simple/stupid question (i think). I am setting up a table in SQL Server 2005 tracking employee demographic info.
I have come to the gender field. I will be inserting two fields for this, a gender_male field and gender_female field. I need both of these fields to store the value of
y/n or true/false.
I'm not sure what data type I need for this field.
Thanks in advance.