Search Interview Questions | Click here and help us by providing the answer. Click Correct / Improve and please let us know. |
|
|||
|
| ||||
| Database - Interview Questions and Answers for 'Stored procedure' - 2 question(s) found - Order By Rating | ||||
| ||||
| Ans. Store Procedure returns the error code. Moreover we can put the call withing try block and catch SQL Exception. | ||||
| ||||
| Ans. Stored procedures are a batch of SQL statements along with programming constructs ( if else, loops etc ) and stored as a single program that can be called by different clients and hence reused. | ||||