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

Why do we need unique key in a table?

0 Answers  


How many rows can sqlite handle?

0 Answers  


What are sql queries used for?

0 Answers  


What are operators available in sql?

0 Answers  


What are the basic sql commands?

0 Answers  






What is difference between cursor and trigger?

0 Answers  


Is sql a programming?

0 Answers  


Why do we need databases?

0 Answers  


How do you declare a user-defined exception?

0 Answers  


What jobs use sql?

0 Answers  


What is pl sql code?

0 Answers  


What are sql triggers used for?

0 Answers  


Categories