What are the lambda triggers?



What are the lambda triggers?..

Answer / Vibhuti Yadav

Lambda triggers in SQL Server are user-defined functions that can be associated with a table to perform operations when specific events occur. For example, you can create a lambda trigger to send an email notification when a row is inserted into a table.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

How to swap the data of two columns in a table. both the columns containing varchar values.

9 Answers  


How to use union to merge outputs from two queries together in ms sql server?

1 Answers  


What is delete query?

1 Answers  


I have to display ten columns values from diffrent ten tables. how many joins are require?

10 Answers   CarrizalSoft Technologies, HCL,


What are the disadvantages of indexes?

1 Answers  


Why we need sql server?

1 Answers  


What is sql service broker?

1 Answers  


What are data resources?

1 Answers  


When you use @@error and try-catch?

1 Answers  


What are the advantages of having an index on the sql server?

1 Answers  


How to use group functions in the select clause in ms sql server?

1 Answers  


Explain few examples of RDBMS?

1 Answers   Wipro,


Categories