Code has been added to clipboard!

Altering SQL Table

Example
ALTER TABLE mytable_name
ADD mycolumn_name datatype;