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.
For a beginner challenge like this, it seems unnecessarily confusing to have 'products' be both the name of the table you're pulling data from and a column name in the results table. I get that situations like that might be a common "real world" issue, but working around that doesn't seem in line with the skills this challenge is training. It's not that big of a deal, but it's an easy way to improve this kata :)