I\'m having trouble understanding the difference between a stored procedure and a trigger in sql. If someone could be kind enough to explain it to me that would be great.
***TRIGGERS***
Action on specific time.
Triggers is a special type of stored procedure that is not called directly by user.