Please assist to fix the query below: use SQLBook; WITH oz as ( SELECT zc.zcta5, (COUNT(DISTINCT c.HouseholdId) / MAX(zc.tothhs*1.0) ) as penetration, zc.tothhs, zc.medianhhinc, zc.pctbachelorsormore), ozm as ( SELECT AVG(medianhhinc) as avgmedianhhinc, STDEV(medianhhinc) as stdmedianhhinc, AVG(pctbachelorsormore) as avgpctbachelorsormore, STDEV(pctbachelorsormore) as stdpctbachelorsormore FROM oz ), ozs as ( SELECT oz.*, ((oz.medianhhinc - ozm.avgmedianhhinc) / ozm.stdmedianhhinc ) as z_medianhhinc, ((oz.pctbachelorsormore - ozm.avgpctbachelorsormore) / ozm.stdpctbachelorsormore) as z_pctbachelorsormore FROM oz CROSS JOIN ozm ) SELECT TOP 10 ozs,*, SQRT(SQUARE(ozs.z_medianhhinc - ozs10021.z_medianhhinc) + SQUARE(ozs.z_pctbachelorsormore – ozs10021.z_pctbachelorsormore) ) as dist FROM ozs CROSS JOIN (SELECT ozs.* FROM ozs WHERE ozs.zcta5 = '10021') ozs10021 ORDER BY dist ASC
SQL
SQL stands for Structured Query Language, is a form of communication that uses queries structured in a specific format to store, manage & retrieve data from a relational database.
Queries
A query is a type of computer programming language that is used to retrieve data from a database. Databases are useful in a variety of ways. They enable the retrieval of records or parts of records, as well as the performance of various calculations prior to displaying the results. A search query is one type of query that many people perform several times per day. A search query is executed every time you use a search engine to find something. When you press the Enter key, the keywords are sent to the search engine, where they are processed by an algorithm that retrieves related results from the search index. Your query's results are displayed on a search engine results page, or SER.
Please assist to fix the query below:
use SQLBook;
WITH oz as (
SELECT zc.zcta5,
(COUNT(DISTINCT c.HouseholdId) /
MAX(zc.tothhs*1.0) ) as penetration,
zc.tothhs, zc.medianhhinc, zc.pctbachelorsormore),
ozm as (
SELECT AVG(medianhhinc) as avgmedianhhinc,
STDEV(medianhhinc) as stdmedianhhinc,
AVG(pctbachelorsormore) as avgpctbachelorsormore,
STDEV(pctbachelorsormore) as stdpctbachelorsormore
FROM oz
),
ozs as (
SELECT oz.*,
((oz.medianhhinc - ozm.avgmedianhhinc) / ozm.stdmedianhhinc
) as z_medianhhinc,
((oz.pctbachelorsormore - ozm.avgpctbachelorsormore) /
ozm.stdpctbachelorsormore) as z_pctbachelorsormore
FROM oz CROSS JOIN ozm
)
SELECT TOP 10 ozs,*,
SQRT(SQUARE(ozs.z_medianhhinc - ozs10021.z_medianhhinc) +
SQUARE(ozs.z_pctbachelorsormore –
ozs10021.z_pctbachelorsormore)
) as dist
FROM ozs CROSS JOIN
(SELECT ozs.* FROM ozs WHERE ozs.zcta5 = '10021') ozs10021
ORDER BY dist ASC
![1.sqi
(sa (59))
(sa (0)))
4 SELECT zc.zcta5,
5 (COUNT (DISTINCT C.HouseholdId) /
6 MAX (zc.tothhs*1.0) ) as penetration,
zc. tothhs, zc.medianhhinc, zc.pctbachelorsormore),
ozm as (
SELECT AVG(medianhhinc) as avgmedianhhinc,
10 STDEV (medianhhinc) as stdmedianhhinc,
11 AVG(pctbachelorsormore) as avgpctbachelorsormore,
STDEV(pctbachelorsormore) as stdpctbachelorsormore
7
9.
13
FROM oz
14 ),
15
ozs as (
16
SELECT oz.*,
17 ((oz.medianhhinc
18 )
ozm.avgmedianhhinc) / ozm.stdmedianhhinc
) as z_medianhhinc,
((oz.pctbachelorsormore - ozm.avgpctbachelorsormore) /
20 ozm.stdpctbachelorsormore) as z_pctbachelorsormore
FROM oz CROSS JOIN ozm
22)
SELECT TOP 10 ozs,
19
21
23
*
24 SQRT (SQUARE (ozs.z_medianhhinc - ozs10021.z_medianhhinc) +
SQUARE (ozs.z_pctbachelorsormore –
26 Fozs10021.z_pctbachelorsormore)
27) as dist
28
FROM ozs CROSS JOIN
29 E (SELECT ozs.* FROM ozs WHERE ozs.zcta5 = '10021') ozs10021
30
ORDER BY dist ASC
00 %
B Messages
Msg 102, Level 15, State 1, Line 23
Incorrect syntax near ','.
Msg 102, Level 15, State 1, Line 29
Incorrect syntax near 'ozs10021'.](/v2/_next/image?url=https%3A%2F%2Fcontent.bartleby.com%2Fqna-images%2Fquestion%2Fda31a9ad-5109-461f-b9f7-3c5a1003591e%2F1422f976-57fa-4b8c-836b-26eb9e6cf192%2Fb4j42fn_processed.png&w=3840&q=75)
![](/static/compass_v2/shared-icons/check-mark.png)
Step by step
Solved in 2 steps
![Blurred answer](/static/compass_v2/solution-images/blurred-answer.jpg)
![Database System Concepts](https://www.bartleby.com/isbn_cover_images/9780078022159/9780078022159_smallCoverImage.jpg)
![Starting Out with Python (4th Edition)](https://www.bartleby.com/isbn_cover_images/9780134444321/9780134444321_smallCoverImage.gif)
![Digital Fundamentals (11th Edition)](https://www.bartleby.com/isbn_cover_images/9780132737968/9780132737968_smallCoverImage.gif)
![Database System Concepts](https://www.bartleby.com/isbn_cover_images/9780078022159/9780078022159_smallCoverImage.jpg)
![Starting Out with Python (4th Edition)](https://www.bartleby.com/isbn_cover_images/9780134444321/9780134444321_smallCoverImage.gif)
![Digital Fundamentals (11th Edition)](https://www.bartleby.com/isbn_cover_images/9780132737968/9780132737968_smallCoverImage.gif)
![C How to Program (8th Edition)](https://www.bartleby.com/isbn_cover_images/9780133976892/9780133976892_smallCoverImage.gif)
![Database Systems: Design, Implementation, & Manag…](https://www.bartleby.com/isbn_cover_images/9781337627900/9781337627900_smallCoverImage.gif)
![Programmable Logic Controllers](https://www.bartleby.com/isbn_cover_images/9780073373843/9780073373843_smallCoverImage.gif)