Posted by Prasad, April 15, 2022, 1:48 a.m.
Question 127
In Question 127 shoudn't we use row_number() instead of rank(), for example restaurant_id = 100010 has more than 10 trips but in answer it is now where to found?
Please correct me if i am wrong, if there are 2 trips on the same date shouldn't we consider it as 2 trip? If we use rank it is considering it as same and because of it there are many restaurant missing out.
do we need to use rank() or row_number() in this question?