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

hi,i plan to put experience on PLSQL ,can anyone suggest me for any institutes in bangalore or how to prepare for interviews

0 Answers  


How will you delete a particular row from a Table?

7 Answers   Cap Gemini,


How to pipe multiline string to isql?

0 Answers  


how to convert character strings to numeric values? : Sql dba

0 Answers  


Is pl sql better than sql?

0 Answers  






What is sql engine in oracle?

0 Answers  


what is the Default Libraries for Oracle Report 6i

0 Answers   IBM,


How does a self join work?

0 Answers  


In a table only one column how to update rows

5 Answers   Microsoft,


How do you get column names only for a table (sql server)?

0 Answers  


What is a join?Explain the different types of joins?

6 Answers   Bank Of India, CitiGroup, Google, ICICI, Saama Tech, SkyTech, TCS,


Is it possible for a table to have more than one foreign key?

0 Answers  


Categories