SQL as a Data Definition Language

 

Introduction

alter table Customer add newColumn int 

adds a new column named newColumn in table Customer.

Reading material Elmasri&Navathe: ch 8.1 (pages 245-251)