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.
I think it would be better to change the description because:
-If we look at other katas, we see that when it's a "SELECT" statement, it is usually written explicitly or left empty (e.g., 6 kyu - SQL Basics: Simple JOIN and RANK).
-If it's a "FUNCTION" statement, it is typically described clearly (e.g., 5 kyu - Count Weekdays).
Thank you for your quick response! I honestly didn’t expect such a fast reply. 🙂
thanks, Madjosz
There is actually a question at the end. Your code does not account for the "case-insensitive" part.
Just checked and this is written in the initial setup:
Do you think this should be made more clear?
The description is shared across all languages. SQL setup is mostly like this that you have to write a
SELECT
query.Normally this is stated in the solution setup. If it is not then indeed this should be added.
I WAS WRITING A SQL FUNCTION like said "Write a function that..."
BUT in the correct answer is no a function, its just a simple select statment.
CHANGE DESCRIPTION