Click here to Skip to main content
15,914,014 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Suggest some challenging exercises to learn store procedure
Posted

create sample stored procedures to insert, update n delete the records with parameter's .

check the usage of output parameter in the stored procedure .

try default or optional parameters and use them inside if there is a value passed

call one sp from another sp

that's all done in sp.
 
Share this answer
 
v2
You can start with some basic concept of SQL PL / SQL , then start with basic type of stored procedures.

for the same you can select the book from book store are your choice sipply read the book 5 to 10 min and select the book as your need,
following some books/links are good for the basic.
PL / SQL by Ivan bayross
Microsoft SQL Server Black Book
Teach Yourself SQL
A Primer on SQL, 2nd Edition
http://www.java2s.com/Tutorial/SQLServer/CatalogSQLServer.htm[^]

http://msdn.microsoft.com/en-us/library/bb545450.aspx[^]

http://www.w3schools.com/sql/default.asp[^]
 
Share this answer
 
 
Share this answer
 
Comments
King Fisher 24-Nov-14 4:59am    
Your Solution Exists .don't try to post exist one :)
i strongly suggest you to learn this

http://msdn.microsoft.com/en-us/library/ms190782.aspx[^]
 
Share this answer
 
For an extra challenge, try out recursion with stored procedures:
http://technet.microsoft.com/en-us/library/aa175801(v=sql.80).aspx[^]
 
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