Loading lesson path
Concept visual
Start at both ends
❮ SQL Keywords
command is used to delete a DEFAULT constraint. To drop a DEFAULT constraint, use the following SQL:
Formula
SQL Server / Oracle / MS Access:ALTER COLUMN City DROP DEFAULT;ALTER City DROP DEFAULT;❮ SQL Keywords