What is difference between commit and rollback when used in transactions?
Answer / Satish Kumar Gupta
Commit and Rollback are SQL Server commands used to manage database transactions. Commit confirms all changes made within a transaction, making them permanent.nnRollback undoes all changes made within a transaction, effectively canceling it and returning the database to its state before the transaction began.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which system table contains information on constraints on all the tables created?
Does partitioning improve performance?
How to create a stored procedure with a statement block in ms sql server?
What is Files and Filegroups in SQL Server & it's implementation.
What is a performance monitor?
Difference between Function and Stored Procedure?
What is difference between equi join and inner join?
what is difference between nchar and char in Sql server ?
What happens if null values are involved in datetime operations?
Can we create SP inside SP ? If no Y ? If yes Y ? Explain with an example ?
List out some of the requirements to set up a sql server failover cluster?
Why and when do stored procedure recompile?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)