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 7527685
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T04:09:59+00:00 2026-05-30T04:09:59+00:00

Quick backstory…I have some training in database design and administration. I have used them

  • 0

Quick backstory…I have some training in database design and administration. I have used them on a small scale in my various positions and during my career. I have a recent bachelors degree in CMIS, and database was a part of it. I understand the theory behind relational databases, how they work, and ultimately how to build them. I just have not had enough practice to be proficient.

My boss decided today that he wants me to take all the reports we get from our partner company and put them into a database. To me, this seems like a daunting task because there are no less than 30 reports and many of them have LOTS and LOTS of data. We get them in excel format.

I understand normalization, but only in theory and only in small scales (like the typical student, instructor, class type of scenario that seems to be ever-present). I am looking at large scales here and am a bit dizzy from it all.

Here is a link to one of the smaller reports. It is already in 1NF (and it comes that way, so no big issues there). I would like to see an example of what this would look like normalized to 3NF and that might help spark something for the rest of the reports.

Now, where I get confused is that none of these reports actually depend on the others. However, there is a lot of repeating data spread out among them. Meaning all of them have tech numbers and tech names, and work order numbers. Though while the tech numbers and names are finite and repeating, the work order numbers might be the same and might not, if that makes sense.

I understand that it would make sense to have a table with just tech information. and then relate the reports using only the number and take out the tech name from any of the reports. I have so many more questions, but will leave it at this for now.

Any btw, before anyone says “its stupid to put data on the web like that”, this has been modified so that it is not correct data, and essentially useless.

https://docs.google.com/spreadsheet/ccc?key=0ApvRcXXd6PiWdHFLRWVmNS1VUklpYkFvWVdKQmpvdWc

  • 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-30T04:10:00+00:00Added an answer on May 30, 2026 at 4:10 am

    Normalization through BCNF is based on keys and functional dependencies. There really isn’t enough information in the data you posted to normalize to 3NF.

    For example, there’s only one value for region, rsp, and office. So, in your sample data, all the other columns will determine one and only one value for region, for rsp, and for office.

    tech_code->region
    tech_name->region
    dish_week_end_date->region
    last_change_date->region
    ...
    tech_code->rsp
    tech_name->rsp
    dish_week_end_date->rsp
    last_change_date->rsp
    ...
    tech_code->office
    tech_name->office
    dish_week_end_date->office
    last_change_date->office
    

    Now, even though last_change_date determines one and only one value for office, is that a real functional dependency? No, it’s probably just a coincidence.

    Having said that, I’ll make some guesses. Since I can’t copy data from that spreadsheet, I’m going to assume some things I wouldn’t normally assume, just to get you moving in the right direction.

    “Work order number” isn’t a key; two rows have 23464504300055024. Since I can’t copy the data, I’m not going to try to work out whether you have a key, and what it might be.

    Guesses at functional dependencies

    office -> region
    office -> rsp
    tech_code -> tech_name
    tech_name -> tech_code
    last_change_date -> dish_week_end_date
    work_order_number -> work_order_type
    work_order_number -> account_number
    work_order_number -> car
    

    The counts will probably depend only on the key, if there is one.

    Is that enough to get you going?

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

Sidebar

Related Questions

quick question. In my user database I have 5 separate tables all containing different
Quick question. What do you think, I have a few sites that use a
Quick design question. ClassA has a method called DoSomething(args) In DoSomething(), before it can
Quick question regarding CSS and the browser. I tried searching SO and found some
Quick question, I was curious if there is any difference between a database table
Quick question that requires a long explanation.. Say I have two tables - one
Quick question: I'm using jquery ajax to call a page that returns some json
quick easy question while using a WebView with some text in it - the
Quick background info: of the three database tables that are relevant for this question,
Quick question. I have a fortran77 subroutine with a variable declaration DIMENSIONS HH(13, 1000)

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.