Explain heap file with advantages?
Heap File is an unordered set or a group of records, stored on a set of pages. This class gives basic support for inserting, updating, selecting, and deleting records. Temporary heap files are used for external sorting and within other relational operators. A sequential scan of a heap file (through the Scan class) is the most primary access method.