What are heap files?
What are heap files? A heap file is an unordered set of records, stored on a set of pages. This class provides basic support for inserting, selecting, updating, and deleting records. Temporary heap files are used for external sorting and in other relational operators. What are the advantages of heap files? Advantages of Heap File […]