Skip to content

Commit c355035

Browse files
Merge pull request #260206 from kevinjaku/sql-update
Update database.md
2 parents 0316a04 + 14802bc commit c355035

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
@@ -113,7 +113,7 @@ This script enables you to create users without admin privileges who can read an
113113
First, create a new Spark database named `mytestdb` 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
116-
spark.Sql("CREATE DATABASE mytestlakedb")
116+
spark.sql("CREATE DATABASE mytestlakedb")
117117
```
118118

119119
After a short delay, you can see the lake database from serverless SQL pool. For example, run the following statement from serverless SQL pool.

0 commit comments

Comments
 (0)