If records are inserted into table without committing.How
to refer to these values in a procedure?

Answers were Sorted based on User's Feedback



If records are inserted into table without committing.How to refer to these values in a procedure..

Answer / highness

good,



isn't it possible by using :new pseudo records within
a trigger???

Is This Answer Correct ?    1 Yes 0 No

If records are inserted into table without committing.How to refer to these values in a procedure..

Answer / swapna

First create a Trigger and with Procedure you insert
records.
The :new will take the new values.
So use Triggers in Procedures.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

Display the total debit counts, total credit counts, sum of total debits, sum of total credits from an employee's transaction table (a single table) containing the following columns. Transaction_number Transaction_amount Transaction_date Transaction_type --> tells if the amount is a credit or a debit. As the query alone is important, the table is left with specifying just the field's name. Pls help me with this query.

3 Answers   iNautix, Oracle,


Is left join inner or outer by default?

0 Answers  


how to shutdown mysql server? : Sql dba

0 Answers  


How can we optimize a sql query?

0 Answers  


What is restrict in sql?

0 Answers  






what is a trigger in mysql? Define different types of trigger. : Sql dba

0 Answers  


What are the different types of constraints?

0 Answers  


What are few of the schema objects that are created using PL/SQL?

0 Answers  


What is PL/SQL Records?

0 Answers  


How can we avoid duplicating records in a query?

0 Answers  


Table Order_Name has a column Order_Date which gives the date & Time at which the order is passed.Find the table to write a query to find out the latest order.

5 Answers   Thomson,


What is oracle ? why we should go for oracle database instead of diffrent databases available in the industry.

5 Answers   Polaris,


Categories