What is a transaction?

Answers were Sorted based on User's Feedback



What is a transaction?..

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

What is a transaction?..

Answer / pavan_1981

set of related dml operations to perform a task are called
a transaction.

Is This Answer Correct ?    0 Yes 0 No

What is a transaction?..

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

What is a transaction?..

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

What is a transaction?..

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

Post New Answer

More SQL PLSQL Interview Questions

write a query to delete similar records in particular fields(columns) in different tables

6 Answers   TCS,


Is sql free?

0 Answers  


What is a database? Explain

0 Answers  


What does sign mean sql?

0 Answers  


Can we use views in stored procedure?

0 Answers  






What is before and after trigger?

0 Answers  


How do I find sql profiler?

0 Answers  


What is a table partition?

0 Answers  


what are sequences

0 Answers  


How many sectors are in a partition?

0 Answers  


What are the advantages of pl sql?

0 Answers  


What is blind sql injection?

0 Answers  


Categories