Home » 
        MCQs » 
        SQL MCQs » 
        SQL Table MCQs
    
        
    When the table is truncated
    
    
    
    11. When the table is truncated:
    
        - Table structure is dropped
 
        - Integrity constraints are dropped
 
        - Relationship is dropped
 
        - None of the above
 
    
    Answer: D) None of the above
    Explanation:
    When the table is truncated, table structure remains same; therefore none of the above problems occur.