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.
because it has been published making changes like that are not appropriate to publish.
Ditto.
Suggest the result table should be ordered by either age or by count.
Originally I had
ORDER BY P.AGE
but it seems tests are requiring the random order.I think you shuld add order by clouse for those question that checked with "==" i have used distinct clouse in this question and that caused wrong ordering and havent found what is wrong that was annoying :)
I'm not a fan of the split/reverse/join chain that everyone else seems to have used. I am, however, a fan of the recursive solution.