Answer Posted / gvmahesh
transaction is a kind of physical work that is done againist
to the database by using logical operations.
this means if we want to make any changes on existing data
then we done some transactions through DML
commands(INSERT,DELETE,UPDATE)
we done any transactions all the changing data should be in
rollback segment area untill we commited that data.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
22. Display the order number, number of lines in the order, total number of items and total value for all orders that have a total value greater than $100
How to use like conditions in oracle?
What is an oracle database?
Why is oracle database so popular?
How to loop through data rows in the implicit cursor?
How to use in conditions in oracle?
What is a trace file and how is it created in oracle?
How to assign a tablespace to a users in oracle?
Typically, where is the conventional directory structure chosen for Oracle binaries to reside?
How to define a data field as not null?
How to create a table index in oracle?
How will you identify oracle database software release?
what is the use of triggers in Java program? I mean where do we use triggers in Java programming?
Explain oracle insert into command?
What is the meaning of recursive hints in oracle?