Multiple choice

Which of the following commands is used in SQL to alter the definition of already existing table?

  1. Create table

  2. Insert into

  3. Commit

  4. Alter table

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Alter table command is used in SQL to alter the definition of already existing table.