Exercise: Rename Column Rename 'marks' to 'score'. Solution sqlCopy1ALTER TABLE students RENAME COLUMN marks TO score;