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
how to concatenate two character strings? : Sql dba
Explian rowid, rownum? What are the psoducolumns we have?
how can we know the count/number of elements of an array? : Sql dba
How can you save or place your msg in a table?
What are the query optimization techniques?
How do you update f as m and m as f from the below table testtable?
what is bcp? When does it used? : Sql dba
List the ways to get the count of records in a table?
What information is needed to connect sql*plus an oracle server?
How to order siblings in oracle hierarchy queries?
How do I view an execution plan in sql?
what is sub-query? : Transact sql
What does select count (*) mean in sql?
Explian rowid, rownum?
What is a scalar value in sql?