Skip to content

Commit b4f9a48

Browse files
committed
Merge branch 'patch-4' of https://github.com/ecormaksin/azure-docs into public-prs-feb-2025
2 parents e1ba4e5 + d9dd2a8 commit b4f9a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/metadata/database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ This script lets you create users without admin privileges who can read any tabl
110110

111111
### Create and connect to Spark database with serverless SQL pool
112112

113-
First, create a new Spark database named `mytestlakedb` using a Spark cluster you already created in your workspace. You can achieve that, for example, using a Spark C# Notebook with the following .NET for Spark statement:
113+
First, create a new Spark database named `mytestlakedb` using a Spark cluster you have already created in your workspace. You can achieve that, for example, using a Spark C# Notebook with the following .NET for Spark statement:
114114

115115
```csharp
116116
spark.sql("CREATE DATABASE mytestlakedb")

0 commit comments

Comments
 (0)