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

  • Home
  • SEARCH
  • 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 6364829
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T00:12:52+00:00 2026-05-25T00:12:52+00:00

I just started learning about database normalization and I have a question about one

  • 0

I just started learning about database normalization and I have a question about one of my tables. My database right now is structured horribly, and one of the reasons is because I have a table that looks like this.

Customers Table

ID |  Date_Entered   |  First_Name  |  Middle_Name |  Last_Name |    Maiden_Name 

…

Address__street_dmv | Address_city_dmv  | Address_state_dmv |   Address_zip_dmv

…

Address__street_source2  |  Address_state_source2  |  Address_city_source2  | etc

.

The addresses keeping going on and on because my company obtains address data from multiple sources. But, of course, some of these address will be Null for some of our customers. So I think I need a separate addresses table like this that connects to the Customers table.

.

Addresses

ID  |   Number  |    Street    |  State  |   Zip  |    Source (drop down menu)

But then I was thinking the source would be redundant data. So, do I need a separate sources table like this?

Sources

Source_ID  |    Source

And change the addresses table like this?

ID  |   Number    |  Street    |  State  |   Zip    |  Source _ID (drop down)

It doesn’t seem right because now the Source_ID is redundant… Please help.

Bonus points if you can tell me whether or not I should include Maiden and Middle names in the Customer table since these too could possibly be Null (If not, how would the new table be structured?)

Sorry for being a noob.

  • 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-25T00:12:53+00:00Added an answer on May 25, 2026 at 12:12 am

    I would go with something like

    Customer

    ID |  Date_Entered  |  First_Name  |  Middle_Name | Last_Name | Maiden_Name
    

    Addresses

    ID  |   Number  |    Street    |  State_ID  |   Zip
    

    Customers_Address

    ID | Customer_ID | Address_ID | Source_ID
    

    This allows you to have same address from multiple sources. You might also want to have separate table for streets, possibly like

    Table_Street (ID | State_ID | Name)
    

    and then in the Addresses table you would only have Street_ID instead of both Street and State_ID. This also allows you to show a selection list of streets when user has selected state.

    I’d say it is OK to have Maiden and Middle names in the Customer table, even if they are rarely used.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We just started learning about class inheritance and attribute lookup in python. I have
I'm just getting started with learning about Unit testing (and TDD in general). My
I have just started learning Erlang and am trying out some Project Euler problems
I have just started writing my own JavaScript Framework (just for the learning experience),
I just started learning about pointers in C++, and I'm not very sure on
I just started learning about servers, and I am messing around with Google's App
I've just started learning about thread safety. This is making me code a lot
I've just started learning Lisp and I can't figure out how to compile and
I've just started learning linq and lambda expressions, and they seem to be a
Have just started using Google Chrome , and noticed in parts of our site,

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.