How can i learn Stored Procedure and Trigger?
I want to learn quickly writing Stored Procedure and Trigger?
Can you suggest any link, eBook, etc?开发者_运维问答
I would start here. These are mostly for Sql Server:
Introduction to Triggers
Introduction to Stored Procedures
Stored Procedures on MSDN
Stored procedure and trigger execution
Comparing Stored Procedures and Triggers
Comparing Stored Procedures Views and Triggers
They are not hard as you think.
Examine some examples and read some tutorial.
Oracle Simple Trigger and Stored Procedure tutorial
Tetikleyiciler
精彩评论