Which of the following is NOT a commonly used partitioning method?

  • Hash partitioning
  • Merge partitioning
  • Range partitioning
  • Round-robin partitioning
Merge partitioning is not a commonly used partitioning method in database management. Range partitioning divides data based on specified ranges of values, hash partitioning distributes data using hash functions, and round-robin partitioning evenly distributes data across partitions without considering data characteristics.
Add your answer
Loading...

Leave a comment

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