What is a transaction?
Answers were Sorted based on User's Feedback
Answer / reddibasha
Transaction is a Set of DML operations with Commit /
Rollback. In SQL, transaction starts with DML command
(Except SELECT) and ends with Commit / Rollback(Implicit /
Explicit).
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / pavan_1981
set of related dml operations to perform a task are called
a transaction.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / dawood
It starts with a first executable statement and ends when
commit or rollback statement occurs.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / aravind
Transaction is a logical unit of work that comprises of one
or more sql statements.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ashok
All the DML operations between two COMMIT points can be called as a Transaction and Oracle server handles this as a single unit
Is This Answer Correct ? | 0 Yes | 0 No |
write a query to delete similar records in particular fields(columns) in different tables
Is sql free?
What is a database? Explain
What does sign mean sql?
Can we use views in stored procedure?
What is before and after trigger?
How do I find sql profiler?
What is a table partition?
what are sequences
How many sectors are in a partition?
What are the advantages of pl sql?
What is blind sql injection?