Explain why it is important to worry about the way data is entered into a database

What will be an ideal response?

By ensuring your data is consistent and accurate, you are enhancing the usability of the data. The quality of data that is entered into your database will determine the quality of data that displays in your query datasets. The GIGO principle[md]which stands for "Garbage In, Garbage Out"[md]means that inconsistent or inaccurate data leads to an inconsistent or inaccurate output. Humans aren't perfect when it comes to data entry. Thus, database designers have to place constraints[md]rules[md]on the data to prevent GIGO errors.
The quality of the information you produce solely depends on the quality of data entered into your database. For example, you may want to query all customers who live in Pennsylvania. If you didn't restrict the amount of data permitted in the State field or create an input mask to assist in data entry, users could enter the 2-character abbreviation or completely spell out the state name. Once you have multiple versions of the state name within the State field, you run the risk of not returning all the customers who reside in a given state, such as Pennsylvania, in your query dataset. This can lead to poor decision making, which is never a goal in the business world.

Computer Science & Information Technology

You might also like to view...

By default, text in a cell is oriented ________, so that it reads from left to right

Fill in the blank(s) with correct word

Computer Science & Information Technology

The first telephones were connected by point-to-point networks, similar to those used by the telegraph system.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology