InterviewSolution
Saved Bookmarks
| 1. |
Can I Commit Or Roll Back Transactions Inside A Stored Procedure? |
|
Answer» Yes. However, you cannot perform TRANSACTIONAL OPERATIONS within a stored FUNCTION. Yes. However, you cannot perform transactional operations within a stored function. |
|