Mark As Completed Discussion

Are you sure you're getting this? Click the correct answer from the options.

You want to rename the column year_published to release_year. Fill in the blank

TEXT/X-SQL
1ALTER TABLE albums
2____________________ year_published TO release_year;  

Click the option that best answers the question.

  • RENAME COLUMN
  • NAME COLUMN
  • CHANGE COLUMN
  • ALTER COLUMN NAME