i want insert 10 records from table a to table b.
if i m using statement level trigger how many record insert
?in row level trigger how many record inserted???

Answers were Sorted based on User's Feedback



i want insert 10 records from table a to table b. if i m using statement level trigger how many re..

Answer / jprakash025

st lvl-10
and also row lvl-10

Is This Answer Correct ?    29 Yes 7 No

i want insert 10 records from table a to table b. if i m using statement level trigger how many re..

Answer / ganesh kumar

good. 

Is This Answer Correct ?    1 Yes 0 No

i want insert 10 records from table a to table b. if i m using statement level trigger how many re..

Answer / satheesh

statement level trigger=10
but row level trigger=1

Is This Answer Correct ?    3 Yes 3 No

Post New Answer

More SQL PLSQL Interview Questions

Why self join is used in sql?

0 Answers  


What is the difference between inner join and outer join?

0 Answers  


i have xml source. xml source having lacks of records. i want extract/retrive xml source data using sql query. please tell me how to write query.

4 Answers   TCS,


What is pl sql collection?

0 Answers  


How to fetch the rows by dynamicaly passing table name through cursor?

3 Answers  






What are different sql data types?

0 Answers  


how to drop an existing view in mysql? : Sql dba

0 Answers  


1. how to use the check option constraints in sql query..? 2.how to add data in a complex query ? 3.is it possible to use commit or rollback or savepoint in triggers...if not why please explain with examples...? 4.what is the difference between meterialized view and normal view..how to create materialized view and how to use it..? 5.what is varray...? what is the advantage of the varray ? please expalin with a simpel example..i want to load into a table (student no and name and his marks..) please give example.. 6.what are the bulk bind exceptions...how to use bulk bind and how to use bulk collect..please explain with example... 7.what is for update of and where current of ...? 8 what is the use of nowait ? 9.please give an example for nocopy in a simple plsql query 10.create an index in a table...tellme how to use the index in a where clause to do performance tunning...

3 Answers   Satyam,


Why do we use procedures in pl sql?

0 Answers  


What are the two parts of a procedure ?

6 Answers   Hi Caliber IT,


what is the command line end user interface - mysql? : Sql dba

0 Answers  


What is a variable in sql?

0 Answers  


Categories