Baris di atas partisi dalam SQL
ROW_NUMBER() OVER (
ORDER BY first_name
) row_num,
Maeron Reyes
ROW_NUMBER() OVER (
ORDER BY first_name
) row_num,