InterviewSolution
Saved Bookmarks
| 1. |
What Is Partitioning? |
|
Answer» Partitioning is USED to divide large tables into manageable partitions based on different CRITERIA, such as list, HASH, or range. Partitioning is used to divide large tables into manageable partitions based on different criteria, such as list, hash, or range. |
|