Hey can anyone tell me whether Triggers and Stored Procedures are same?
Triggers are stored procedures that get executed automatically when an Insert,Update,or Delete operation takes place.
Stored Procedures.------????
If i m right,Stored procedures are similar to Functions in C??