How to create default constraint over column in a Table
This is a handy script, for creating default constraint over column in a Table
ALTER TABLE Employee
ADD CONSTRAINT DF_Employees_Name
DEFAULT 'UNKNOWN' FOR Name
This is a handy script, for creating default constraint over column in a Table
ALTER TABLE Employee
ADD CONSTRAINT DF_Employees_Name
DEFAULT 'UNKNOWN' FOR Name
Hello
Nice piece of code
Thanks for sharing your knowledge with us.
I hope to see more good code from your side
This code will help lots of guys
Thanks to you
Regards,
Kapil