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
What is nvl?
Inline the values in PL/SQL, what does it mean.?
What is field delimiter?
What are primary key and foreign key and how they work?
Can we enter data in a table in design view?
What is before trigger?
Can we rollback after truncate?
what is a view? : Sql dba
what is sp_pkeys? : Transact sql
how can we optimize or increase the speed of a mysql select query? : Sql dba
What is a variable in sql?
What mean sql?
Does mysql_real_escape_string prevent sql injection?
which tcp/ip port does sql server run on? : Sql dba
Is the primary key an index?