Tell me about Triggers?
Answers were Sorted based on User's Feedback
Answer / pradeep
Triggers in DB are analogus to the triggers in hand
grenades.
It are reffered a stored procedure call that initiates its
action on any event occures such as insert, update or
delete query.
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / shalini
trigger is a block of code that constitutes a set of T-sql
statements activated to response in certain action.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / praveen ch
trigger is nothing but a logic, this logic like a stored
procedure and which is uesd to represented as before
updation of table or after updation of the table
thank u
Is This Answer Correct ? | 0 Yes | 0 No |
one table has four field id,name,design,salary. i have to find maximum salary .
How to list all user names in a database?
What happens if date-only values are provided as date and time literals?
How will you decide the active and passive nodes?
What are the main sources of data?
What is user-defined inline table-valued function?
If a table does not have a unique index, can a cursor be opened on it?
How many databases instances are there in sql server 2000?
Difference between 2NF &3NF ?
What is field in algebra?
How to include text values in sql statements?
Please explain what is “asynchronous” communication in sql server service broker?