Answer Posted / hr@tgksolutions.com
Partitioning divides a large table into smaller, more manageable pieces.
Types of partitioning:
• Range Partitioning – Divides data based on a range of values.
• List Partitioning – Divides data based on a predefined list of values.
• Hash Partitioning – Distributes data based on a hash function.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a string in database?
Explain what are super servers?
What do you understand by data independence?
what are the different integrity rules present in the dbms?
What are different cursor types in dbms?
What are the four objects in a database?
Define atomicity and aggregation.
What are the advantages of dbms?
What is the default '-sort' order for a sql?
What is a system concept?
Is there an example how to configure udfaccess setting in firebird.conf?
Are databases stored on servers?
What are the two types of indexes and explain them in detail? Or what's the difference between clustered and non-clustered indexes?
What is 2nf in dbms?
How does a database partition work?