Home » MYSQL » Alter Command » Question
  1. Which statement makes changes to the database’s global attributes?
    1. ALTERNATE
    2. UPDATE
    3. CHANGE
    4. ALTER
    5. None of these
Correct Option: D

The ‘ALTER TABLE’ statement is used to make changes to a database’s global attributes. This statement is followed by the name of the database, character set and collation.



Your comments will be displayed only after manual approval.