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

What is before and after trigger?

0 Answers  


What is sql architecture?

0 Answers  


What is the first action to perform a query? Suppose I have four tables and five joins and my query is getting slow day by day.

4 Answers   Hexaware,


What is the maximum size of sqlite database?

0 Answers  


What are different categories of sql commands?

0 Answers  






What are different types of sql?

0 Answers  


Why do we use partitions in sql?

0 Answers  


what is primary key? : Sql dba

0 Answers  


What are synonyms in sql?

0 Answers  


How many row comparison operators are used while working with a subquery?

0 Answers  


What is time based sql injection?

0 Answers  


What are crud methods?

0 Answers  


Categories