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 / rajeshwaran
First two rows will be inserted and the third entry will
cause Run time error and the execution will be terminated
by inserting first two rows into the table.
| Is This Answer Correct ? | 4 Yes | 10 No |
Post New Answer View All Answers
How to assign sql query results to pl sql variables?
Can we call dml statement in function?
What is pls_integer in pl sql?
what is union? : Sql dba
what is the difference difference between procedure and packages
How many parts of a pl sql block are optional?
Can we delete column in sql?
What is sql rowcount?
Is a table valued function object?
What is sql comments?
Define commit?
What is data modelling in sql?
Is it possible to create the following trigger: before or after update trigger for each row?
What steps server process has to take to execute an update statement?
What is data type in database?