Answer Posted / vijay bhaskar reddy
trigger is a named pl/sql block and it is fired when ever
an event is occured....
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Why we use joins in sql?
how to install mysql? : Sql dba
What is sql character function?
How many sql commands are there?
What is the purpose of design view?
What is sql prepared statement?
What is the size of partition table?
Hi how to import oracle sequence in Informatica? Please write stored procedure code that will import oracle sequence in Informatica SP transformation as per below scenario Oracle table product list Pro_id, pro_name 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights Now a new flat file with new product list needs to be added to oracle table product list with oracle sequence. flat file product Prono,pro_name, 1, 20 watt tube light 2, 30 watt tube light & target should be like 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights. 104, 20 watt tube light 105, 30 watt tube light thks reg suvarna joshi suvarnaatsuvarna@rediffmail.com
Why does sql need a server?
What is the purpose of a secondary key?
What is the life of an sql statement?
How to select 10 records from a table?
What is the maximum rows in csv?
Is it possible for a table to have more than one foreign key?
Why coalesce is used in sql?