A

Admin • 833K Points
Coach

Q. Point out the wrong statement.

  • (A) rank() returns the rank of each row in the result set of partitioned column
  • (B) dense_rank() is same as rank() function. only difference is returns rank without gaps
  • (C) ntile() distributes the columns in an ordered partition into a specified number of groups
  • (D) row_number() returns the serial number of the row order by specified column

Explanation by: Admin

ntile divides the partitioned result set into specified number of groups in an order.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.