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

What is the basic form of sql query?

0 Answers  


What is sql performance tuning?

0 Answers  


What is mutating trigger?How to avoid it??

3 Answers   Tech Mahindra,


how will u find statistics of a database objects?

2 Answers   iFlex,


What is the difference between mdf and ndf files?

0 Answers  






Why do we use %rowtype & %type in plsql?

0 Answers  


What is Primary Key?

4 Answers   Ramco,


How to make a copy values from one column to another in sql?

0 Answers  


What is auto increment in sql?

0 Answers  


What is a boolean in sql?

0 Answers  


What are the main features of cursor?

0 Answers  


what is the order of pre-defined exceptions.

6 Answers   TCS,


Categories