Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i feel it is difficult for me to write can any one suggest me a solution or a book
and i am not good at logical thinking which is needed for a developer.Is there any exercises in online for triggers and sp for beginners
Posted

If in doubt, start with Google: stored procedure tutorial[^] and do a similar thing for triggers - you will get about the same number of resources.

If you need to develop "logical thinking" first, then I'd suggest that you don't try to learn that using SQL: try C# (or even VB if you must) first: it's a lot easier to see what is goign on with a debugger in a .NET program than it is in an SQL query.
 
Share this answer
 
Contents to be learn first is Datatypes then DDL then DML then DCL then DQL then go for SP, Triggers and functions.

Concentrate on if-else blocks and Loops.

Make a study plan and then start. It will help.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900