Purchase Solution

Access Database

Not what you're looking for?

Ask Custom Question

Start Access, and then open the FirmPays database located in the LE4 folder extracted from the zip file in IP3. Open the query named "June 2". View the query in SQL, and answer the following questions:

Which tables are used in the query?
Which fields are displayed in the query results
What type of join is used between the tables
What selection criteria are used?
Then write a query in SQL in the FirmPays database that fulfills the following parameters:

Displays the AmtPaid, Firm#, DatePaid, and Payment#
Selects firm number 1115 and DatePaid between 6-1 and 6-10
Results should be ordered by payment date
Deliverables: answers to questions 1-4, your SQL statement.

Attachments
Purchase this Solution

Solution Summary

This posting contains answers to the given questions.

Solution Preview

Please see attached for the modified database "FirmPays". under LE4 folder

The answer to the given questions are as follows:

Which tables are used in the query?
- The tables used in the query are the Payment and the Firm tables.

Which fields are displayed in the query ...

Purchase this Solution


Free BrainMass Quizzes
Basic Networking Questions

This quiz consists of some basic networking questions.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

C# variables and classes

This quiz contains questions about C# classes and variables.