Exit 70-433 TS: Microsoft SQL Server 2008, Database Development
Question 5 of 5
0% complete
Q5 Single choice

You need to write a query that uses a ranking function that returns the sequential number of a row within a partition of a result set, starting at 1 for the first row in each partition.

Which Transact-SQL statement should you use?

  • A

    RANK

  • B

    NTILE(10)

  • C

    DENSE_RANK

  • D

    ROW_NUMBER