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