Skip to content

Commit f38d17d

Browse files
authored
I think there is an error in the description.
I don't think you can create a table in a database that has been deleted. Also, the 'it' is repeated, so it's hard to tell which element it is referring to.
1 parent 147e872 commit f38d17d

File tree

1 file changed

+1
-1
lines changed
  • articles/synapse-analytics/metadata

1 file changed

+1
-1
lines changed

articles/synapse-analytics/metadata/table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Since the tables are synchronized to serverless SQL pool asynchronously, there w
2525

2626
## Manage a Spark created table
2727

28-
Use Spark to manage Spark created databases. For example, delete it through a serverless Apache Spark pool job, and create tables in it from Spark.
28+
Use Spark to manage Spark created databases. For example, create a database through a serverless Apache Spark pool job, and create tables in the database from Spark.
2929

3030
Objects in synchronized databases can't be modified from serverless SQL pool.
3131

0 commit comments

Comments
 (0)