Collections:
What Is a Transaction in Oracle
What Is a Transaction in Oracle?
✍: FYIcenter.com
A transaction is a logical unit of work requested by a user to be applied to the database objects. Oracle server introduces the transaction concept to allow users to group one or more SQL statements into a single transaction, so that the effects of all the SQL statements in a transaction can be either all committed (applied to the database) or all rolled back (undone from the database).
2019-09-16, 791👍, 0💬
Popular Posts:
How To Concatenate Two Text Values in Oracle? There are two ways to concatenate two text values toge...
How to execute statements under given conditions in SQL Server Transact-SQL? How to use IF ... ELSE ...
How AdventureWorksLT tables are related in SQL Server? There are 12 user tables defined in Adventure...
How To Format Time Zone in +/-hh:mm Format in SQL Server Transact-SQL? From the previous tutorial, y...
How To Create a View on an Existing Table in SQL Server? If you want to a view on an existing table,...