diff --git a/Databases/SurrealDB/Syntax.md b/Databases/SurrealDB/Syntax.md index 63345ea..b997baf 100644 --- a/Databases/SurrealDB/Syntax.md +++ b/Databases/SurrealDB/Syntax.md @@ -6,7 +6,8 @@ - `DELETE`: Deletes resources/records, similar to `DELETE` in Postgres - `USE`: Used for switching in between namespaces and databases - `SLEEP`: Used to make the database go to sleep -- `BEGIN`: Used for +- `BEGIN`: Used for making a group of SurrealQL statements a singular transaction. Must end with a `COMMIT` +- `COMMIT`: ## Examples