support transactions. A transaction is typically started using the command BEGIN (although the SQL standard specifies START TRANSACTION). When the system processes...
12 KB (1,550 words) - 02:09, 25 May 2025
PostgreSQL offers four levels of transaction isolation: Read Uncommitted, Read Committed, Repeatable Read and Serializable. Because PostgreSQL is immune...
103 KB (8,676 words) - 01:14, 18 July 2025
operations: START TRANSACTION (or BEGIN WORK, or BEGIN TRANSACTION, depending on SQL dialect) marks the start of a database transaction, which either...
35 KB (3,960 words) - 16:09, 15 July 2025
Transact-SQL (T-SQL) is Microsoft's and Sybase's proprietary extension to the SQL (Structured Query Language) used to interact with relational databases...
6 KB (704 words) - 10:07, 8 June 2023
Standard 1037C Microsoft, The Transaction Log (SQL Server) sqlshack.com, A beginner’s guide to SQL Server transaction logs, February 11, 2014 by Ivan...
6 KB (651 words) - 05:09, 18 July 2022
Isolation (database systems) (redirect from Transaction isolation level)
The ANSI/ISO standard SQL 92 refers to three different read phenomena when a transaction retrieves data that another transaction might have updated. In...
19 KB (2,121 words) - 23:57, 3 May 2025
NoSQL (originally meaning "Not only SQL" or "non-relational") refers to a type of database design that stores and retrieves data differently from the...
30 KB (2,437 words) - 06:52, 9 May 2025
HSQLDB (redirect from HyperSonic SQL)
SQL Database) is a relational database management system written in Java. It has a JDBC driver and supports a large subset of SQL-92, SQL:2008, SQL:2011...
7 KB (613 words) - 14:33, 8 May 2024
Microsoft SQL Server is a proprietary relational database management system developed by Microsoft using Structured Query Language (SQL, often pronounced...
61 KB (7,167 words) - 05:20, 24 May 2025
technical timeline. SQL:2011 has support for transaction time through so-called system-versioned tables. For many reasons, transaction time (when data arrives...
5 KB (502 words) - 00:38, 12 December 2024
Rollback (data management) (redirect from Rollback (SQL))
Fundamentals of Database Systems. Pearson Addison Wesley. ISBN 978-0-321-36957-4. "ROLLBACK Transaction", Microsoft SQL Server. "Sql Commands", MySQL....
4 KB (397 words) - 20:16, 30 March 2025
Snapshot isolation (category Transaction processing)
systems, such as InterBase, Firebird, Oracle, MySQL, PostgreSQL, SQL Anywhere, MongoDB and Microsoft SQL Server (2005 and later). The main reason for its...
14 KB (1,724 words) - 01:56, 27 December 2024
Cursor (databases) (redirect from SQL Cursor)
By using the same mechanics, a SQL procedure can also define a result set and return it directly to the caller of the SQL procedure or to a client application...
12 KB (1,616 words) - 20:58, 25 January 2025
Adaptive Server Enterprise (redirect from Sybase SQL Server)
SAP ASE (Adaptive Server Enterprise), originally known as Sybase SQL Server, and also commonly known as Sybase DB or Sybase ASE, is a relational model...
13 KB (1,547 words) - 19:04, 6 July 2025
interaction (i.e., each SQL statement) submitted through the database connection in autocommit mode will be executed in its own transaction that is implicitly...
3 KB (274 words) - 20:48, 26 August 2024
Savepoint (category Transaction processing)
created since the start of the main transaction. Savepoints are defined in the SQL standard and are supported by all established SQL relational databases...
2 KB (208 words) - 20:42, 5 December 2024
MySQL (/ˌmaɪˌɛsˌkjuːˈɛl/) is an open-source relational database management system (RDBMS). Its name is a combination of "My", the name of co-founder Michael...
69 KB (6,514 words) - 09:07, 22 May 2025
occur. Since popular databases like MySQL do not allow nesting BEGIN - COMMIT brackets, a framework or a transaction monitor is needed to handle this. When...
3 KB (386 words) - 06:00, 18 December 2019
Database (section 2000s, NoSQL and NewSQL)
consistency. NewSQL is a class of modern relational databases that aims to provide the same scalable performance of NoSQL systems for online transaction processing...
78 KB (9,882 words) - 04:46, 9 July 2025
data vault. Other names are application-time period or real-world timeline. SQL:2011 supports valid time through so-called application time-period tables...
7 KB (696 words) - 14:16, 29 May 2025
FoundationDB (category Transaction processing)
to update multiple data elements in a single transaction, ensuring consistency. An example is their SQL layer. Commodity clusters FoundationDB is designed...
9 KB (734 words) - 08:37, 21 June 2025
ACID (category Transaction processing)
isolation, when characterizing the transaction concept. These four properties are the major guarantees of the transaction paradigm, which has influenced many...
18 KB (2,192 words) - 04:26, 24 March 2025
based as opposed to result-set based processing in traditional SQL-based languages. In SQL operations work on a set of records, in the ABL, the operation...
8 KB (885 words) - 03:11, 15 March 2025
SQL:2011 or ISO/IEC 9075:2011 (under the general title "Information technology – Database languages – SQL") is the seventh revision of the ISO (1987)...
9 KB (717 words) - 10:47, 4 February 2025
Object–relational impedance mismatch (redirect from Object-SQL Impedance Mismatch)
primitives. Solutions start with recognizing the differences between the logic systems. This minimizes or compensates for the mismatch. NoSQL. The mismatch is...
17 KB (1,798 words) - 04:49, 30 April 2025
Database trigger (redirect from SQL trigger)
DISCONNECT | TRANSACTION START | TRANSACTION COMMIT | TRANSACTION ROLLBACK} [POSITION n] AS BEGIN ..... END Limited support for triggers in the MySQL/MariaDB...
19 KB (2,443 words) - 08:33, 30 January 2025
an object does NOT cause SQL to be executed customer.TokenVerified = true; // Committing the transaction results in an SQL UPDATE statement // NHibernate...
12 KB (1,178 words) - 09:00, 19 July 2025
YugabyteDB (category NewSQL)
YugabyteDB is a high-performance transactional distributed SQL database for cloud-native applications, developed by Yugabyte. Yugabyte was founded by...
19 KB (1,373 words) - 08:53, 10 July 2025