Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
You mastered at gathering & writing requirements.
Thank you!!! After your comment I have got it!!!
Thanks for this! I was struggling with this one.
I enjoyed this one. The select query was more interesting than creating the view - it was cool to see how different people used different ways to get the result on that (CTE, subqueries, other methods).
Details say to have results "grouped by each department and then each day." but the expected data has it grouped by day and then by department.
Phrasing for the challenge was confusing. In order to gain the requirements, I had to look at the unit tests. It would be better to phrase the challenge as "Return a list of two columns with the department ID and department name for all departments with at least one sale over $98. You must use the IN operator. You may not use JOIN."
You souldn't have a join at all. There's no reason to join tables that you're not pulling data from.
CAST(123.454 AS FLOAT)