solidH2O / sql-scratch-capstone-turn-in

0 stars 0 forks source link

Missing pages #2

Open kaymarie opened 6 years ago

kaymarie commented 6 years ago

https://github.com/solidH2O/sql-scratch-capstone-turn-in/blob/1c903b3e13648443a187d3380a22f0682bc64246/Codeacademy%20SQL%20From%20Scratch%20CoolTShirts%20Capstone/CoolTShirts%20SQL%20Capstone%20sql%20file%20prep%20version.sql#L13

Question 1.2 was as follows: 1.2 What pages are on their website?

I am not seeing the answer to this question anywhere in your report. I am also not seeing a query that correlates to this question. The correct code is as follows:

SELECT DISTINCT page_name
FROM page_visits;