ROW_NUMBER() can be used to generate a sequential number for each row in
the result set. Unlike
RANK() and
DENSE_RANK(), ROW_NUMBER() in case of ties it does not
generate same number, it simply ignores the tie and generates sequential numbers
for each of ......