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



👉
Dropping constraints




Comments

Popular posts from this blog

SQL-ForeignKeyConstraint-Page6

Javascript-OOPs(Part3)-Inheritance - (9)

Javascript-OOPs(Part1)-Objects - (7)