Home » 
        MCQs » 
        SQL MCQs » 
        SQL Commands: DDL, DML, DCL, TCL, DQL MCQs
    
        
    Select the correct statement (1)
    
    
    
    7. Select the correct statement (1)
    
        - With the DDL commands, any structural changes can be made to the table, including creation, deletion, and alteration.
 
        - With the DML commands, any structural changes can be made to the table, including creation, deletion, and alteration.
 
        - With the DCL commands, any structural changes can be made to the table, including creation, deletion, and alteration.
 
        - With the TCL commands, any structural changes can be made to the table, including creation, deletion, and alteration.
 
    
    Answer: A) With the DDL commands, any structural changes can be made to the table, including creation, deletion, and alteration
    Explanation:
    With the DDL commands, any structural changes can be made to the table, including creation, deletion, and alteration.