Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1. Objective: In this assignment you will apply your SQL Query knowledge/skills. You will be asked to develop SQL statements in Access 2. An Overview
1. Objective: In this assignment you will apply your SQL Query knowledge/skills. You will be asked to develop SQL statements in Access 2. An Overview of Assignment. In this assignment, you will need to create SQL Queries on the MS Access database that is given to vou. Tables and table relationships in the Access database is provided below. Customer ZIP Table PK |Custo |VARCHAR(9) BillStatement PK Z?PCode VARCHAR(5) PK StatNo VARCHAR(5) Name Address DoB HomePhone VARCHAR(10) VARCHAR(30) VARCHAR(40) FHReceives DATETIME as city StateVARCHAR(2) VARCHAR(20) StatDate DATETIME DueDate DATETIME FK1 ZIPcode VARCHAR(5) FK1 CustNo VARCHAR(9) has has / as StatementLine Loan Underwriter LoanNo CHAR(9) PK,FK1StatNo VARCHAR(5) PK LineNo VARCHAR(1) PK UWNo VARCHAR(9) ProcDate DATETIME Auth Date DATETIME DisbDate DATETIME AmtDue SINGLE Prin Amt SINGLE Int Amt SINGLE Min Amt SINGLE LoanNo VARCHAR(9) as Name VARCHAR(40) has Phone VARCHAR(10) TaxIDVARCHAR(9) BalanceSINGLE FK1 UWNo VARCHAR(9) FK2 CustNo VARCHAR(9) FK3 EmpIDPVARCHAR(9) FK4 EmpIDM VARCHAR(9) FK1 ZIPcode VARCHAR(5) FK2 has / has /is of Approves Payment LoanProcessor LoanManager PK,FK1StatNo VARCHAR(5) PK,FK1 LineNo VARCHAR(1) VARCHAR(9) PK,FK1 EmplD SMALLINT SMALLINT PK,FK1 EmplD VARCHAR(9) DatePaid DATETIME AmtPaid SINGLE CheckNo VARCHAR(5) Rank Title AnnualSalary SINGLE VARCHAR(15) Hourly Rate SINGLE Hours This is a duplicate of ZIP Table for easy illustration of the data model. No need to create it ZIPTable1 PK ZIPcode VARCHAR(5) Employee has -H city State VARCHAR(2) PK EmplD VARCHAR(9) VARCHAR(20) Name VARCHAR(30) DoB DATETIME FK1 ZIPcode VARCHAR(5) EmpType CHAR(1) 1
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started