If records are inserted into table without committing.How
to refer to these values in a procedure?
Answer Posted / 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 View All Answers
What is nvl?
How to run sql commands in sql*plus?
What is not null in sql?
What is sql*loader and what is it used for? : aql loader
What is pl sql block in dbms?
In a distributed database system, can we execute two queries simultaneously?
What are analytical functions in sql?
what is 'mysqlshow'? : Sql dba
What is sqlite used for?
How do you remove duplicate records from a table?
What is prepared statement in sql?
How you can copy a file to file content and file to pl/sql table in advance pl/sql?
What do you mean by table in sql?
How many indexes can be created on a table in sql?
How do I partition a table in sql?