courses-intermediate-sql-queries
courses-intermediate-sql-queries copied to clipboard
Intermediate SQL Queries by Nick Carchedi
Requesting we change the course description + the SEO description to reflect the inclusion of database types. This is an experiment to see if we can drive additional traffic to...
This is a container issue for the Content Quality team to track maintenance.
On the second quiz of [WHERE AND OR (2)](https://campus.datacamp.com/courses/intro-to-sql-for-data-science/filtering-rows?ex=6), in the `WHERE` statement line 3, the student is expected to use `AND`. If the student uses `OR` instead, the Incorrect...
@yashasroy @richierocks In Chapter 4 "Sorting multiple columns" ex 5 (https://campus.datacamp.com/courses/intro-to-sql-for-data-science/sorting-grouping-and-joins?ex=5), sub-exercises 1 and 4 refer to the people table, while exercise 2 and 3 refer to the films table....
Typo: "resuts" should be "results". Help Desk Ticket Number: https://datacamp.zendesk.com/agent/tickets/94506 Number of reports: 01
In [NULL and IS NULL](https://campus.datacamp.com/courses/intro-to-sql-for-data-science/filtering-rows?ex=11), and [LIKE and NOT LIKE](https://campus.datacamp.com/courses/intro-to-sql-for-data-science/filtering-rows?ex=12), all SQL keywords should probably appear in blue. This happens when using the NOT keyword as well. These are the...
Instructions say 'Sort your results by release year and country'. Exercise passes without the sorting. 
'is a decimal' should read 'has a decimal' 
In Ch2 'Aggregate functions', the `AVG()` function is described as calculating the average value.  Since our target audience is data scientists, we should clarify that...