SELECT ROW_NUMBER() OVER ( ORDER BY first_name ) row_num, first_name, last_name, city FROM sales.customers;