SQL - Window Functions Fundamentals
Using the same
Sales table, what will be the output of SELECT Employee, DENSE_RANK() OVER (ORDER BY Amount DESC) AS DenseRank FROM Sales;?