adspace
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 collation? : Sql dba
What is your daily office routine?
Do we need to rebuild index after truncate?
If a cursor is open, how can we find in a pl/sql block?
what is dbms? : Sql dba
Is inner join faster than left join?
how to escape special characters in sql statements? : Sql dba
How do I remove duplicates in two columns?
what are aggregate and scalar functions? : Sql dba
how to use regular expression in pattern match conditions? : Sql dba
What is the current version of postgresql?
how many tables will create when we create table, what are they? : Sql dba
Is primary key clustered index?
define sql insert statement ? : Sql dba
what is bcp? When does it used? : Sql dba