Techniques for Querying a Database Solved

25.00 $

Categories: ,
Click Category Button to View Your Next Assignment | Homework

You'll get a download link with a: zip solution files instantly, after Payment

Securely Powered by: Secure Checkout

Description

5/5 - (1 vote)

Name the queries using numbers, in order, like Query 1, Query 2, Query 3 …
For the queries we’ll use the following techniques:
ï‚· Wild card query.
ï‚· Or query.
ï‚· And query.
ï‚· Parameter query.
ï‚· Numeric range query.
ï‚· Combination of And, Or and conditions.
ï‚· Multiple tables query with some condition using inner joins.
ï‚· Statistics query using group by and some computation.
ï‚· Calculated field query.
To create a query on Access Database:
Create; Query Design; Select the table/s to query (Close pop up window when done); Drag down or double click relevant fields on the corresponding table views; Write selection criteria.
As you try to close the Query by clicking the X on the upper right corner, Access will ask you to save it.
To see your queries, make sure Tables and Related Views is checked on the left panel.
Queries
1. From the Owner table: display the first and last names of all owners whose first names contain the string jo. The jo string could be positioned anywhere on the first name. Hint: Use wild card *.
2. From the Client table: display the Names and the State of all clients from New York or Florida. Hint: Use the Or logical operator or use two different rows on the query design, one condition per row.
3. From all three tables: display owner’s Last and First Name, Client Name, Current Due and Unit Number of all units that are rented by a client from Iowa or New York who owes more than 500$. Hint: Use Or and put both criteria (in bold) on the same row (for implicit And). Note that query is not asking that the state be part of the answer.
4. From the Client table: display the Names and the State of all clients from a state that the user enters.
Hint: On the Criteria type [Enter State]
5. From the Condo Unit table: display Weekly Rate, number of Bathrooms and Unit Number of all units with rates greater than or equal to $725 and less than $1000. Hint: Use comparison operators and logical And.
6. From the Condo Unit table: display Unit Number, Bedrooms, Rented and Next Available of all two bedroom units which are rented (Yes) and also display Unit Number, Bedrooms, Rented and Next Available of three bedroom units available after January 1st 2017. Hint: This is a combination of And and Or query. One set of criteria on first row and the other set of criteria on second row.
7. From all three tables: display owner’s Last and First Name, Client Name and Current Due of all units that have current due greater than $300 and are rented. Hint: This is an And query, two conditions on the same row. Note that rented is not supposed to be displayed on the answer table.
8. From the Condo Unit table: display average weekly rates grouped by number of bedrooms.
Hint: from Design on the ribbon click Totals to display the Total option on the query.
9. From the Condo Unit table: display Unit Number, Current Due and Amount Paid.
The insert a calculated field, which is not part of the database.

Right-click the Field row in the next open column in the design grid to display a shortcut menu.


Click Zoom on the shortcut menu to display the Zoom dialog box. Type Total Amount: [Amount Paid] + [Current Due] and click OK.


Your results should match the following tables. Please keep in mind that getting the same result does not necessarily mean that your query is right! Results could match by chance.
1.


2.


3.


4.


5.


6.


7.


8.


9.

  • BeachRentals.zip