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

What is varchar sql?

1 Answers  


how to use regular expression in pattern match conditions? : Sql dba

0 Answers  


Can we use commit inside a trigger?

1 Answers  


what is union, minus and interact commands? : Sql dba

1 Answers  


What are the advantages of stored procedure?

1 Answers  


Where the integrity constrints are stored in Data Dictionary?

1 Answers  


Can you create a table with Primary Key not as the clustered index.

2 Answers   CGI,


What is primary key and foreign key?

1 Answers  


What are the advantages of sql? Explain

1 Answers  


What is the default value of CHAR type?

3 Answers   Bosch,


What are the types of join in sql?

1 Answers  


1. Which is an aggregate function? a. Union b. like c. max d. Rank

1 Answers   Fintellix,


Categories