Code has been added to clipboard!

Altering a Table with SQL Default Value

Example
ALTER TABLE Person
ALTER CityID SET DEFAULT 'Ben';