Purchase Solution

SQL

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

Attachments
Purchase this Solution

Solution Summary

This posting contains answers to the given questions.

Solution Preview

Hi,

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 ...

Purchase this Solution


Free BrainMass Quizzes
Basic Networking Questions

This quiz consists of some basic networking questions.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

Javscript Basics

Quiz on basics of javascript programming language.

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.

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.