Stored Procedures Interview Questions
Asked By: nikhiljain27 | Asked On: Jul 13th, 2013
Can we use SQL-transaction in nested stored procedure(stored procedure calling from stored procedure)? one SQL-transaction object in primary sp. second SQL-transaction object in nested sp(second sp).
Asked By: preetiv | Asked On: May 28th, 2008
What is the difference between view and stored procedure? Can views accept input parameters as stored procedure? If yes,how could I do that? I am new to database
and working on ms SQL,if someone could suggest me good reference websites then that would be great.

Asked By: ksjana | Asked On: Jul 7th, 2013
Ex: type ty_1 is table of number index by PL/SQL_integer; type ty_2 is table of varchar2(10) index by PL/SQL_integer; type ty_3 is table of date index by PL/SQL_integer; type rec_tab is record ( l_num ty_1, l_str ty_2, l_date ty_3); please explain this with an example having lOOPS
Asked By: Interview Candidate | Asked On: Aug 19th, 2005
A program running in the database that can take complex actions based on the inputs you send it. Using a stored procedure is faster than doing the same work on a client, because the program runs right inside the database server. Stored procedures
are nomally written in PL/SQL or Java.

Asked By: vssandilya | Asked On: Dec 12th, 2005
Asked By: papillon | Asked On: Jan 28th, 2010
How do we pass default value as input parameter in a store procedure?
Asked By: Suman-Delhi | Asked On: Feb 8th, 2007
Asked By: Appu | Asked On: Jun 10th, 2007
Asked By: asd3 | Asked On: Jun 9th, 2007
Asked By: Shekhar | Asked On: Apr 14th, 2006
Asked By: Hemant Tiwari | Asked On: Feb 20th, 2007
Asked By: Sridhar Rao | Asked On: Oct 10th, 2006
Asked By: santanu | Asked On: Aug 8th, 2007