Database - SQL for Database Construction - Discussion

Discussion Forum : SQL for Database Construction - True or False (Q.No. 6)
6.
SQL Server does not support the BEFORE trigger.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Saurabh said:   1 decade ago
MSSQL does not support BEFORE triggers. The closest you have is INSTEAD OF triggers but their behavior is different to that of BEFORE triggers in MySQL.

Post your comments here:

Your comments will be displayed after verification.