What is Heap Table? What is the advantage and dis advantage of Heap Table?
Gangadhar
The tables without indexes are called Heap tables.
Advantage: Insert/Update/Delete/Bulk Insert performance is fast
Dis Advantage: Search performace will be slow