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.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
That's fair - they have been great for practice though! Especially for strings and dates
the formatting for this question, especially with how many spaces there are, is a bit finicky. Are actual interview questions this particular?
There is an error in the test cases with this record in employee_works
5 4 2021-02-18 00:00:00 +0000 2024-01-31 00:00:00 +0000
note that the finish_date is set in the future, so the employee hasn't left, but is with us till 2024-01-31
(This comment is published on 2024-01-04)
I had to use finish_date = current_date in order to pass the test cases. Please fix it to mark this employee D as 'Still with us' instead of 'Left'
age in descending order (from youngest to oldest).
this is contradictory, if youngest to oldest -> age in ascending order
if age in descending order -> oldest to youngest
Did you mean DOB?
This was tricky - finally decided to use two CTEs: one for getting the highest transaction amount, and another for the total daily amount before joining the two.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
The checker is missing the order by
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Loading more items...