Skip to content

Commit b1b1217

Browse files
committed
test change
1 parent dfc4e9f commit b1b1217

File tree

1 file changed

+4
-1
lines changed
  • docs/guides/databases/mysql/primer-on-sql-transactions

1 file changed

+4
-1
lines changed

docs/guides/databases/mysql/primer-on-sql-transactions/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
slug: a-primer-on-sql-transactions
2+
slug: a-primer-on-sql-transactions-new-location
33
author:
44
name: Linode Community
55
@@ -16,8 +16,11 @@ enable_h1: true
1616
contributor:
1717
name: Doug Hayman for NanoHertz Solutions Inc.
1818
link: http://nhzsolutions.com/
19+
aliases: ['/docs/guide/a-primer-on-sql-transactions/']
1920
---
2021

22+
test change
23+
2124
In SQL, transactions are essential for maintaining database integrity when dealing with multiple related operations as well as when multiple users are interacting with a database concurrently. In this guide, you learn the concept of SQL Transactions, what they are, and how to work with them.
2225

2326
## What are SQL Transactions?

0 commit comments

Comments
 (0)