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???
Answer Posted / satheesh
statement level trigger=10
but row level trigger=1
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
what are sequences
Explain alias in sql?
Why do we use procedures in sql?
Is pl sql better than sql?
What port does sql server use?
what is denormalization. : Sql dba
What is a sql instance vs database?
Which software is used for pl sql programming?
What is the order of sql select?
What is the maximum number of triggers, you can apply on a single table?
Which command is used to call a stored procedure?
What are the benefits of pl sql?
What is the need of a partition key?
What are basic techniques of indexing?
what is a control file ? : Sql dba