SQL
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
https://brainmass.com/computer-science/sql/270124
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 ...
Solution Summary
This posting contains answers to the given questions.