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 is indexing done in search engines?
what is offset-fetch filter in tsql? : Transact sql
which command using query analyzer will give you the version of sql server and operating system? : Sql dba
define sql update statement ? : Sql dba
What is the largest value that can be stored in a byte data field?
How do you truncate?
What are sql procedures?
What does where 1 1 mean in sql?
What is package in pl sql with an examples?
Define commit?
What is the difference between cross join and natural join?
what is a foreign key ? : Sql dba
Can we want to pass a parameter payroll_id to this external pl/sql function, how do we do it?
What does over partition by mean in sql?
How do I partition in sql?