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 probably didn't filter your results
Can we include units used for each variable in the description if they aren't very consistent?
The tests for SQL should expect a function "factorial", not a table of results. There is 0 description about how a table should be returned or how there should be 17 results in the table or what the 17 results should be. Here's the full description of the question:
Missing sample tests in Bash version
hi, cucumber is technically a fruit. "In botany, a fruit is the seed-bearing structure in flowering plants that is formed from the ovary after flowering."
Please see the first half of my comment, the issue is not resolved
All the task instruction for SQL is "You have to create the function factorial that receives n and returns n!. You have to use recursion" but the test expects 17 results instead of a function. Even if the test accepts a function as result, including the keywords from the test is still way too difficult for 7 kyu
This comment is hidden because it contains spoiler information about the solution