Tag sql server reserved keywords

SQL DEFAULT Keyword

DEFAULT The DEFAULT constraint provides a default value for a column. The default value will be added to all new records if no other value is specified. SQL DEFAULT on CREATE TABLE The following SQL sets a DEFAULT value for…