Constraints MSSQL Tutorial

5>
6> CREATE DEFAULT df_Region AS 'PNW'
7> GO
1>
2> drop DEFAULT df_Region;
3> GO