Purchase Solution

Problems with making a listing by city

Not what you're looking for?

Ask Custom Question

Please see the attached file for data.

Question 1:
What problem would you encounter if you wanted to produce a listing by city? How would you solve this problem by altering the file structure?

Question 2:
What data redundancies do you detect, and how could these redundancies lead to anomalies?

Purchase this Solution

Solution Summary

100+ words analyses file structure and data redundancies to outline issues one could encounter.

Solution Preview

1) Since "City" is not a Column by itself, we cannot produce a listing by "City."

The solution is to split the column "Manager_Address" into 4 columns:

Manager_Street
Manager_City
Manager_State
...

Purchase this Solution


Free BrainMass Quizzes
Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

C# variables and classes

This quiz contains questions about C# classes and variables.