While inserting 10 rows using procedure, if 3rd entry is
having some error, what will be the output? How u will
handle that error?
Answer Posted / radha sri seshu.kolla
WHEN YOU TRAP THE ERROR TILL THAT ROW THE ROWS WILL BE
INSERTED SUCCESSFULLY
IF YOU DONT HANDLE THE ERROR NO ROWS WILL BE INSERTED.
IF YOU ISSUE COMMIT AFTER EACH ROW THE FIRST TWO ROWS WILL
BE INSERTED SUCCESSSFULLY
IF YOU ISSUE COMMIT AT THE END NO ROWS WILL BE INSERTED
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What are the benefits of pl sql?
what is a trigger in mysql? : Sql dba
What is full form of rtm?
What does the file extension accdb stand for?
How do I run pl sql in sql developer?
How do you write a complex sql query?
Does pl/sql support create command?
How does postgresql compare to "nosql"?
what are all the different types of indexes? : Sql dba
What is difference between sql and excel?
In pl/sql, what is bulk binding, and when/how would it help performance?
What is type and rowtype in pl sql?
Is microsoft sql free?
How do I find sql profiler?
What is the difference between the implicit and explicit cursors?