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 dbms? : Sql dba
what is index? : Sql dba
Is sql an operating system?
What is indexing oracle sql?
What is on delete set null?
Where are my tempfiles, I don't see them in v$datafile or dba_data_file?
What is error ora-12154: tns:could not resolve the connect identifier specified?
What language is oracle sql developer?
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
what are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee (eno int(2),ename varchar(10)) ? : Sql dba
What is character functions?
what are the types of subquery? : Sql dba
what are the system privileges that are required by a schema owner (user) to create a trigger on a table?
What is sql prepared statement?
What is sql basics?