Task 1: The StayWell Property Management team wants a list of all property addresses combined with the name of the owners. You will need to return three columns: the first name as FIRST_NAME, the last name as LAST_NAME, and the property address as ADDRESS of the owners. Task Provide the StayWell Property Management team with a list of all property addresses combined with the name of the owners. Task 2: StayWell’s maintenance team wants to recheck the apartments that had plumbing service requests beforehand. You will need to return all the property IDs and the addresses of the properties that had plumbing service request (CATEGORY_NUMBER 1). Task Return a list of all the property IDs and the addresses of the properties that had plumbing service requests. Task 3: The StayWell property management team wants to get in touch with those owners having properties larger than 2,000 square feet. You need to return all the available information of the corresponding owners to the property management team.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
icon
Concept explainers
Question
100%

Task 1:

The StayWell Property Management team wants a list of all property addresses combined with the name of the owners. You will need to return three columns: the first name as FIRST_NAME, the last name as LAST_NAME, and the property address as ADDRESS of the owners.

Task

Provide the StayWell Property Management team with a list of all property addresses combined with the name of the owners.

Task 2:

StayWell’s maintenance team wants to recheck the apartments that had plumbing service requests beforehand. You will need to return all the property IDs and the addresses of the properties that had plumbing service request (CATEGORY_NUMBER 1).

Task

Return a list of all the property IDs and the addresses of the properties that had plumbing service requests.

Task 3:

The StayWell property management team wants to get in touch with those owners having properties larger than 2,000 square feet. You need to return all the available information of the corresponding owners to the property management team.

Task

**Table: Maintenance Categories**

| CATEGORY_NUM | CATEGORY_DESCRIPTION   |
|--------------|------------------------|
| 1            | Plumbing               |
| 2            | Heating                |
| 3            | Painting               |
| 4            | Electrical Systems     |
| 5            | Carpentry              |
| 6            | Furniture Replacement  |

**Explanation:**

This table presents a categorization of various maintenance tasks, each represented by a unique category number and a description. The categories include common areas of home or building maintenance, such as plumbing, heating, and electrical systems. Each task is assigned a number for easy reference, useful for organizing and managing maintenance activities in an educational context.
Transcribed Image Text:**Table: Maintenance Categories** | CATEGORY_NUM | CATEGORY_DESCRIPTION | |--------------|------------------------| | 1 | Plumbing | | 2 | Heating | | 3 | Painting | | 4 | Electrical Systems | | 5 | Carpentry | | 6 | Furniture Replacement | **Explanation:** This table presents a categorization of various maintenance tasks, each represented by a unique category number and a description. The categories include common areas of home or building maintenance, such as plumbing, heating, and electrical systems. Each task is assigned a number for easy reference, useful for organizing and managing maintenance activities in an educational context.
**Office Information Table**

This table provides detailed information about two StayWell office locations in Seattle, Washington.

| **OFFICE_NUM** | **OFFICE_NAME**       | **ADDRESS**            | **AREA**        | **CITY**  | **STATE** | **ZIP_CODE** |
|----------------|------------------------|------------------------|-----------------|-----------|-----------|--------------|
| 1              | StayWell-Columbia City | 1135 N. Wells Avenue   | Columbia City   | Seattle   | WA        | 98118        |
| 2              | StayWell-Georgetown    | 986 S. Madison Rd      | Georgetown      | Seattle   | WA        | 98108        |

**Description:**

- **OFFICE_NUM**: Unique identifier for each office.
- **OFFICE_NAME**: Name of the StayWell office.
- **ADDRESS**: The street address of the office.
- **AREA**: Neighborhood or district within Seattle where the office is located.
- **CITY**: The city where the office resides, which is Seattle for both entries.
- **STATE**: The state where Seattle is located, abbreviated as "WA" for Washington.
- **ZIP_CODE**: Postal code specifying the office location. 

This data can be used to locate and differentiate between the StayWell offices in different areas of Seattle.
Transcribed Image Text:**Office Information Table** This table provides detailed information about two StayWell office locations in Seattle, Washington. | **OFFICE_NUM** | **OFFICE_NAME** | **ADDRESS** | **AREA** | **CITY** | **STATE** | **ZIP_CODE** | |----------------|------------------------|------------------------|-----------------|-----------|-----------|--------------| | 1 | StayWell-Columbia City | 1135 N. Wells Avenue | Columbia City | Seattle | WA | 98118 | | 2 | StayWell-Georgetown | 986 S. Madison Rd | Georgetown | Seattle | WA | 98108 | **Description:** - **OFFICE_NUM**: Unique identifier for each office. - **OFFICE_NAME**: Name of the StayWell office. - **ADDRESS**: The street address of the office. - **AREA**: Neighborhood or district within Seattle where the office is located. - **CITY**: The city where the office resides, which is Seattle for both entries. - **STATE**: The state where Seattle is located, abbreviated as "WA" for Washington. - **ZIP_CODE**: Postal code specifying the office location. This data can be used to locate and differentiate between the StayWell offices in different areas of Seattle.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 5 steps

Blurred answer
Knowledge Booster
Query Syntax
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education