Report Bug

Qus: In heap files, records are placed in

Qusहीप में फ़ाइलों को किस क्रम में रखा जाता है


A. रैंडम आर्डर
B. अनुक्रमिक आर्डर
C. इंडेक्स्ड आर्डर
D. प्रिंटर- रिफरेन्स ऑर्डर


Solution
A. Random order



Explanation

In heap files, records are typically placed in random order. A heap file is a type of file organization where records are inserted into the file without any specific order or sequence. Each record is placed at the next available location in the file, and there is no inherent order based on key values or any other criteria.