The ____ in Apache Pig is used for sorting data in a dataset.

  • ARRANGE
  • GROUP BY
  • ORDER BY
  • SORT BY
The 'SORT BY' clause in Apache Pig is used for sorting data in a dataset based on one or more fields. It arranges the data in ascending or descending order, providing flexibility in handling sorted data for further processing.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *