A

Admin • 833K Points
Coach

Q. Which of the following will not raise error if not used?

  • (A) over clause
  • (B) order by clause
  • (C) partition by clause
  • (D) all of the mentioned

Explanation by: Admin

partition by clause is not mandatory and when you specify a column/set of columns with partition by clause then it will divide the result-set into record groups/partitions.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.