Question: Overview: Normalization is the process of organizing data in a database. This includes creating tables and establishing relationships between those tables according to rules designed

Overview:
Normalization is the process of organizing data in a database. This includes creating tables and establishing relationships between those tables according to rules designed to protect the data and make the database more flexible by eliminating redundancy and inconsistent dependency. Lab 3 will have you work with the normalization of database tables.
Instructions:
Given the sample records in the CHARTER table shown in Table 3.1, do the following:
Table 3.1. Sample CHARTER Records
\table[[Attribute Name,\table[[Sample],[Value]],\table[[Sample],[Value]],\table[[Sample],[Value]],\table[[Sample],[Value]]],[CHAR_TRIP,10232,10233,10234,10235],[CHAR_DATE,\table[[15-Jan-],[2018]],15-Jan-2018,16-Jan-2018,\table[[17-Jan-],[2018]]],[CHAR_CITY,STL,MIA,TYS,ATL],[CHAR_MILES,580,1,290,524,768],[CUST_NUM,784,231,544,784],[CUST_LNAME,Brown,Hanson,Bryana,Brown],[CHAR_PAX,5,12,2,5],[CHAR_CARGO,235lbs,18,940 lbs.,348lbs.,155lbs.],[PILOT,Melton,Chen,Henderson,Melton],[COPILOT,,Henderson,Melton,],[FLT_ENGINEER,,O'Shaski,,],[LOAD_MASTER,,Benkasi,,],[AC_NUMBER,1234Q,3456Y,1234Q,2256W
 Overview: Normalization is the process of organizing data in a database.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!