Purchase Solution

Access

Not what you're looking for?

Ask Custom Question

Start Access, and then open the FirmPays database. Open the query named " June 2". View the query in SQL and answer the following questions. Explain your answers.

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-2001 and 6-10-2001

Results should be ordered by payment date.

See the attached file.

Attachments
Purchase this Solution

Solution Summary

The solution answers questions from Access then writes a query in SQL.

Solution Preview

1. The tables firm and payment are used in this query

2. The query displays Payment, AmtPaid from the payment table and Firmname from the firm table.

3. The query uses an ...

Purchase this Solution


Free BrainMass Quizzes
Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

C# variables and classes

This quiz contains questions about C# classes and variables.

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.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.