Answer Posted / guest
Triggers are basically used to implement business rules.
Triggers is also similar to stored procedures. The
difference is that it can be activated when data is added or
edited or deleted from a table in a database.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the difference between inner join and equi join?
After removing a table from database, what other related objects have to be dropped explicitly?
Write a code to select distinct records without using the DISTINCT keyword.
What is user-defined functions? What are the types of user-defined functions that can be created?
What is difference between Datepart() and Datename() in SqlServer?
can a table be moved to different filegroup? : Sql server administration
Can foreign key be deleted?
What is the difference between deallocate cursor and close cursor?
What is the minimum recommended amount of ram for sql server 2012 enterprise?
OPTIMIZATION OF SP,CURSOR,TRIGGERS
What is a functions and types in sql server?
What is raid and what are different types of raid levels?
How to include text values in sql statements?
Explain filtered indexes benefits?
how to define testing of network layers? : Sql server database administration