Home » 
        MCQs » 
        DBMS MCQs » 
        DBMS Hash File Organization MCQs
    
        
    When a new record needs to be ___, the hash key is used to generate the address, and the record is ___ directly
    
    
    
    4. When a new record needs to be ___, the hash key is used to generate the address, and the record is ___ directly.
    
        - Insert
 
        - Update
 
        - Delete
 
        - All of the above
 
    
    Answer: D) All of the above
    Explanation:
    When a new record needs to be inserted, updated or deleted, the hash key is used to generate the address, and the record is inserted, updated or deleted directly.