Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Assignment 1 ( Check Flights Master & Transactio Hide Assignment Information Instructions Create a Word document and describe how you checked data integrity for each

Assignment 1(Check Flights Master & Transactio
Hide Assignment Information
Instructions
Create a Word document and describe how you checked data integrity for each of the following. Use headings to show the table and the type of check (e.g., Mandatory).
Include your SQL statements, SQL results image and your conclusion.
Below are the tables, and types of checks.
AirportsStaging: Check Mandatory, Data-Type (appropriate length), Unique IATA_Codes
Note: The Flat File Import inserts the NULL designation for empty cells. This means that you can use "IS NULL" to find rows where a mandatory cblumn is null.
FlightsStaging Check all of the following:
Mandatory: Conduct for all the mandatory fields listed in the IC-Jan 31 solution.
Note: The Import Data tool inserts an empty string for empty cells. This means that you can use "=""(e.g.,"= two single quotes ") to find rows where a mandatory column is empty.
Airline Foreign-key constraint: Check to see if all AIRLINE codes in
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

7. How might you go about testing these assumptions?

Answered: 1 week ago