From ba144c8f75b777492d27785fdd597f4cdf37798c Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Mon, 1 Jan 2024 23:38:40 -0500 Subject: [PATCH] vault backup: 2024-01-01 23:38:40 --- Databases/SurrealDB/Syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Databases/SurrealDB/Syntax.md b/Databases/SurrealDB/Syntax.md index 1d6b97d..2d7f203 100644 --- a/Databases/SurrealDB/Syntax.md +++ b/Databases/SurrealDB/Syntax.md @@ -8,7 +8,7 @@ - `SLEEP`: Used to make the database go to sleep - `BEGIN`: Used for making a group of SurrealQL statements a singular transaction. Transaction block must end with a `COMMIT` - `COMMIT`: Used for making a group of SurrealQL statements a singular transaction. Transaction block must start with a `BEGIN` -- `RELATE`: +- `RELATE`: Used to traverse records efficiently without the need for SQL JOINs ## Examples