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 / meenadevi.m
NO ROWS WILL BE INSERTED.
IT THROWS 0 ROW(S) AFFECTED
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
how to fetch common records from two tables? : Sql dba
what is a primary key? : Sql dba
What is primary key secondary key alternate key candidate key?
what are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee (eno int(2),ename varchar(10)) ? : Sql dba
What does sign mean sql?
What is scalar function?
What is sqlerrm?
How does pl sql work?
What is a primary key sql?
Where are my tempfiles, I don't see them in v$datafile or dba_data_file?
What is the syntax and use of the coalesce function?
What are the sql aggregate functions?
What is sql*plus?
what are the advantages of using stored procedures? : Sql dba
What is exception? What are the types of exceptions?