Azure SQL Database
An Azure relational database service.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Does Azure SQL(PaaS offering) supports INSTEAD OF trigger? If yes, it would be helpful if you can demonstrate it for me.
Thanking you in advance.
An Azure relational database service.
Answer accepted by question author
Yes, it's supported, see
https://learn.microsoft.com/en-us/sql/t-sql/statements/create-trigger-transact-sql?view=sql-server-ver16
=> Azure SQL Database Syntax
If yes, it would be helpful if you can demonstrate it for me.
See section "Examples" in the article.