What is database partitioning?



What is database partitioning?..

Answer / 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

More Database Management Interview Questions

Mention the types of join?

0 Answers  


What are the types of rdbms?

0 Answers  


Describe the types of keys?

0 Answers  


What is limit in dbms?

0 Answers  


Which database is best for large data?

0 Answers  


What is the function of DML Compiler?

0 Answers   Amazon, iNautix,


Explain the concepts of a primary key and foreign key.

0 Answers  


What is rdbms and its types?

0 Answers  


Is there a database program for mac?

0 Answers  


What are the steps in creating a database?

0 Answers  


What is data independence and also explain its types?

0 Answers  


Single File Database: Develop a student record management program, which uses single file as its database. It is not supposed to create additional files at any part of the project and should never rewrite total content. It must be capable of storing 100000's of records. It should support variable length records to be added, deleted, modified, listed.

0 Answers  


Categories