Code has been added to clipboard!

SQL Default Value for Oracle

Example
ALTER TABLE Person
MODIFY CityID DEFAULT 'Ben';