adspace
Answer Posted / Chandan Kumar Roy
Autocommit SQL refers to the automatic committing of transactions in SQL databases. By default, when each SQL statement is executed, it is committed immediately unless the transaction is explicitly begun and ended with a BEGIN TRANSACTION and COMMIT or ROLLBACK command.nnIn some cases, you might want to disable autocommit to have more control over multiple statements and manage them as a single unit of work. This can be done by starting an explicit transaction using the BEGIN TRANSACTION statement.nnFor example:n`nBEGIN TRANSACTION;n-- Multiple SQL statements herenCOMMIT;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
what is dbms? : Sql dba
how to use regular expression in pattern match conditions? : Sql dba
What is the best sql course?
If a cursor is open, how can we find in a pl/sql block?
Is inner join faster than left join?
what is bcp? When does it used? : Sql dba
What is the current version of postgresql?
Is primary key clustered index?
what is sql server agent? : Sql dba
how to escape special characters in sql statements? : Sql dba
how to start mysql server? : Sql dba
Can we rollback truncate?
Is primary key always clustered index?
Do we need to rebuild index after truncate?