4. List all customers (last name, first name and zip code) whose zip code is missing (unknown).

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
Question

Answer 4 only.  I included the table.

ESelect
from Customer:
100 %
H Results a Messages
CustID
LastName
FirstName
Street
City
State
ZipCode HomePhone
1
1
Gordon
Shert
336 HIl St.
Littleton
CO
80129
123-456-7866
2
10
Boren
642 Crest Ave.
Englewood CC
80113
235-432-5693
3
11
Styles
Lany
9825 S. Crest Lane
Belevue
WA
98104
495-738-9984
4
12
Johnson
Sharon
1223 Meyer Way
Fife
WA
98222
343-959-9473
13
Hayes
Todd
1400 NW 8th
Lynnwood
WA
98036
423-333-3345
6
14
Wels
Homer
123 Main S.
Seattle
WA
98105
623-474-7343
7
15
Hll
Mary
206 McCaffrey
Littleton
Co
80129
647-757-3734
Query executed successfully.
Transcribed Image Text:ESelect from Customer: 100 % H Results a Messages CustID LastName FirstName Street City State ZipCode HomePhone 1 1 Gordon Shert 336 HIl St. Littleton CO 80129 123-456-7866 2 10 Boren 642 Crest Ave. Englewood CC 80113 235-432-5693 3 11 Styles Lany 9825 S. Crest Lane Belevue WA 98104 495-738-9984 4 12 Johnson Sharon 1223 Meyer Way Fife WA 98222 343-959-9473 13 Hayes Todd 1400 NW 8th Lynnwood WA 98036 423-333-3345 6 14 Wels Homer 123 Main S. Seattle WA 98105 623-474-7343 7 15 Hll Mary 206 McCaffrey Littleton Co 80129 647-757-3734 Query executed successfully.
Assignment 4: SQL for Data Retrieval (Single Table)
Assignment 4 is based on the ABC Database's four tables we have created: CUSTOMER,
ORDERTBL, PRODUCT and ORDERLINE.
1. List the product (ProdID, Category and price) whose color is black and whose price falls
between 200 and 300.
2. List the ID, category and description of the product that has the word 'jet' in its
description.
3. List all customers whose name is 'Wally Jones' and lives in the state of Washington
(WA).
4. List all customers (last name, first name and zip code) whose zip code is missing
(unknown).
5. List the name and phone number of the customer with area code of '678’.
6. We'd like to markdown by 10% the price of the product whose price is greater than or
equal to 300. List the ID, category, price, and mark-downed price. Rename the mark-
downed price as 'SalePrice'.
7. List all color of the product for category B. Remove any duplicates.
8. List the ID, category and size of the product whose size is 1, 2 or 3.
9. List the ID, category, inventory value of the product whose inventory value is greater
than 10,000. Inventory value can be calculated by multiplying price and quantity on hand.
Name the inventory value as Inventory Value.
10. List the ID and date of any orders that were placed in August, 2016.
Transcribed Image Text:Assignment 4: SQL for Data Retrieval (Single Table) Assignment 4 is based on the ABC Database's four tables we have created: CUSTOMER, ORDERTBL, PRODUCT and ORDERLINE. 1. List the product (ProdID, Category and price) whose color is black and whose price falls between 200 and 300. 2. List the ID, category and description of the product that has the word 'jet' in its description. 3. List all customers whose name is 'Wally Jones' and lives in the state of Washington (WA). 4. List all customers (last name, first name and zip code) whose zip code is missing (unknown). 5. List the name and phone number of the customer with area code of '678’. 6. We'd like to markdown by 10% the price of the product whose price is greater than or equal to 300. List the ID, category, price, and mark-downed price. Rename the mark- downed price as 'SalePrice'. 7. List all color of the product for category B. Remove any duplicates. 8. List the ID, category and size of the product whose size is 1, 2 or 3. 9. List the ID, category, inventory value of the product whose inventory value is greater than 10,000. Inventory value can be calculated by multiplying price and quantity on hand. Name the inventory value as Inventory Value. 10. List the ID and date of any orders that were placed in August, 2016.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Table
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
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