Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1031621
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T13:57:29+00:00 2026-05-16T13:57:29+00:00

I am not a database guy, but am trying to clean up another database.

  • 0

I am not a database guy, but am trying to clean up another database. So my question is would normalizing the gender table be going too far?

User table:
userid int pk,
genderid char(1) fk
etc...

gender table:
genderid char(1) pk,
gender varchar(20)

Now at first it seemed silly to me, but then I considered it because i can then have a constant data source to populate from or bind from. I will be using WPF. If it was another framework I would probably avoid it, but what do you think?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T13:57:29+00:00Added an answer on May 16, 2026 at 1:57 pm

    Whether or not you choose to normalize your table structure to accomodate gender is going to depend on the requirements of your application and your business requirements.

    I would normalize if:

    • You want to be able to manage the “description” of a gender in the database, and not in code.
      • This allows you to quickly change the description from Man/Woman to Male/Female, for example.
    • Your application currently must handle, or will possible handle in the future, localization requirements, i.e. being able to specify gender in different languages.
    • Your business requires that everything be normalized.

    I would not normalize if:

    • You have a relatively simple application where you can easily manage the description of the gender in code rather than in the database.
    • You have tight programmatic control of the data going in and out of the gender field such that you can ensure consistency of the data in that field.
    • You only care about the gender field for information capture, meaning, you don’t have a lot of programmatic need to update this field once it is set the first time.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm not sure what Database I will be going with (more likely SQL Server
I entered data into a database, but the date is off, it is showing
Ok..... basically what I'm trying to do is setup something that will handle all
I have a project for a class which requires that if a database is
I'm a front-end guy who's picked up ASP.NET WebForms through working on various projects
I've been playing around with Expression Trees. I have the following simple method that
I have an HTML text input where users can write in a name for
Goal Find a perfect , flexible schema for storing many different types of objects
I know that normalization has been extensively discussed on Stack Overflow. I've read many
Essentially what I have is an entity class (Article) and one article may belong

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.