Alter Command


  1. Which of the following functions are not performed by “ALTER” clause?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    All of above


  1. Which among the following is the correct syntax for modifying the definition of an existing table?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    ALTER TABLE person MODIFY person_id SMALLINT UNSIGNED AUTO_INCREMENT;



  1. Which statement makes changes to the database’s global attributes?











  1. 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.