SQL - AddModifyDelete Constraints - Page10
πDefault Value
At the time of table creation, a default value can be assigned to a column.
When a record is loaded into the table, and the column is left empty, the database engine will automatically load this column with the default value specified.
πUsing ALTER command for constraints
Comments
Post a Comment