SQL-Server Triggers  «Prev 

Issue Transact SQL Statement

1) The statement insert a salary that is less than $150,000 and should be allowed.

2) This statement inserts a salary that is higher than $150,000, without an approal. This statement should not be allowed.

3) This statement inserts a salary that is higher than $150,000, with approval and should be allowed.