Create Rules : CREATE RULE « Constraints « SQL Server / T-SQL






Create Rules

 



1> CREATE RULE SalaryRule AS @Salary > 0
2> GO

1>
2> drop rule SalaryRule;
3> GO

 








Related examples in the same category