-
Which statement makes changes to the database’s global attributes?
-
- ALTERNATE
- UPDATE
- CHANGE
- ALTER
- 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.