What is an INSTEAD OF trigger and on what database object is it typically defined?

Advanced SQL Developer Hard

Advanced SQL Developer — Hard

What is an INSTEAD OF trigger and on what database object is it typically defined?

Key points

  • INSTEAD OF triggers enable DML operations on non-updatable views
  • They replace the default behavior with custom logic
  • Typically defined on views, not tables
  • Provide flexibility in data manipulation on views

Ready to go further?

Related questions