Alter Command
- Which of the following functions are not performed by “ALTER” clause?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
All of above
- Which among the following is the correct syntax for modifying the definition of an existing table?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
ALTER TABLE person MODIFY person_id SMALLINT UNSIGNED AUTO_INCREMENT;
- Which statement makes changes to the database’s global attributes?
-
View Hint View Answer Discuss in Forum
NA
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.