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
How many sectors are in a partition?
How do you explain an index number?
how to enter numeric values as hex numbers? : Sql dba
Advantages and disadvantages of stored procedure?
What is latest version of sql?
how to do backup entire database? : Transact sql
Can function return multiple values in sql?
Can triggers stop a dml statement from executing on a table?
What are inner outer left and right joins in sql?
Can we rename a column in the output of sql query?
how to analyze tables with 'mysqlcheck'? : Sql dba
What is pessimistic concurrency control? : Transact sql
what is dbms? : Sql dba
What is the use of function "module procedure" in pl/sql?
How can we optimize a sql query?