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 / ganesh kumar
good.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Define a temp table?
What do you know by pl/sql cursors?
What is the difference between microsoft access and sql?
what does it mean to have quoted_identifier on? What are the implications of having it off? : Sql dba
How do I run pl sql in sql developer?
What are the parts of a basic sql query?
What are database links used for?
How do you modify a trigger?
how to implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql dba
write an sql query to find names of employee start with 'a'? : Sql dba
What is set serveroutput on in pl sql?
What is primary key secondary key alternate key candidate key?
First round ------------------- - Procedure - Packages - Views - Virtual tables - Can we use dcl with in function? - Joins and few scenarios - Triggers and its type - Pragma, type and its functionality - How to create db link in oracle - Materialized view - How to find duplicate values from table? - Cursor and its functionality - Write a script to display friday and its date from a entire year. - Exception Handling Second round ------------------------ Gave a scenario like. Need to write a function to perform. When user try to change a password. It must not be last five password and a given password can be combination of characters, symbols, upper and lower case.
What is file based approach?
how many sql dml commands are supported by 'mysql'? : Sql dba