Answer Posted / Jitendra Kumar Nayak
A partition table in Oracle Database serves multiple purposes: it breaks down large tables into smaller, more manageable units called partitions, which improves query performance by reducing the amount of data scanned during read operations. Partitioning also allows for easier maintenance, as each partition can be maintained independently.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is sql server agent? : Sql dba
what is schema? : Sql dba
what is bcp? When does it used? : Sql dba
What is the current version of sql?
Is inner join faster than left join?
What is the best sql course?
Do we need to rebuild index after truncate?
define sql insert statement ? : Sql dba
Can we use distinct and group by together?
how to escape special characters in sql statements? : Sql dba
Can we rollback truncate?
How do I remove duplicates in two columns?
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
Is primary key clustered index?
how to use regular expression in pattern match conditions? : Sql dba