When does a Transaction end ?
Answers were Sorted based on User's Feedback
Answer / kumar
Transaction ends with COMMIT or ROLLBACK keywords.
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / bas
when ever commit or rollback statement occurred in the end
of trasaction
| Is This Answer Correct ? | 7 Yes | 2 No |
What is primefaces used for?
What is the Difference between 1) ER MODEL and Relational Model 2) Dense Index and Sparse Index
A table t is there.If you perform insert ,update and delete then the trigger will fire.What is the minimum no of trigger required for a table.
two tables are there emp(eno,ename,sal,deptno),dept(deptno,dname).how form the query in deptno,ename,max(sal)
What are the differences between a sys and system user and what are the extra privileges available to the sys user?
what is the difference between no rows returned and null returned?
How to assign values to data fields in record variables?
What are the differences between char and varchar2 in oracle?
Can u please explain me the Discussion on Except ,using cast like type cast. Question in the context of difference between two tables
Explain rename?
What is the difference between Delete, Truncate and Drop in Oracle?
Please explain oracle data types with examples?