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 is sql server agent? : Sql dba
What is dynamic sql in pl sql?
what is table? : Sql dba
what is the difference between a having clause and a where clause? : Sql dba
What is record type in pl sql?
1) Synonyms 2) Co-related Subquery 3) Different Jobs in Plsql 4) Explain Plan 5) Wrap 6) Query Optimization Technique 7) Bulk Collect 8) Types of index 9) IF primary key is created then the index created ? 10) Foreign Key 11) Exception Handling 12) Difference Between Delete and Trunc 13) Procedure Overloading 14) Grant Revoke 15) Procedure Argument types. 16) Functions. 17) Joins
Why we use triggers in mysql?
Can we insert in view in sql?
What are the different types of sql commands?
What is the usage of distinct keyword?
Can you sum a count in sql?
What is meant by temporal data?
How delete all records from table in sql?
what is the different between now() and current_date()? : Sql dba
Is it possible to sort a column using a column alias?