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 / jprakash025
st lvl-10
and also row lvl-10
| Is This Answer Correct ? | 29 Yes | 7 No |
Post New Answer View All Answers
Is it possible to pass parameters to triggers?
Is there a pl/sql pragma similar to deterministic, but for the scope of one single sql select?
How do I truncate a word?
Can triggers stop a dml statement from executing on a table?
What is lexical units in pl sql?
what is the syntax used for partition in tsql? : Transact sql
how to analyze tables with 'mysqlcheck'? : Sql dba
How do you concatenate in sql?
What is the difference between clustered and non-clustered indexes?
does sql support programming? : Sql dba
What is cartesian join in sql?
How can get second highest salary in sql?
what is column? : Sql dba
Can you have a foreign key without a primary key?
What is recursive join in sql?