Skip to content

Commit 6493d35

Browse files
Update create-external-table-as-select.md
1 parent 1697735 commit 6493d35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/synapse-analytics/sql/create-external-table-as-select.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In this article, you'll learn how to store query results to storage using SQL On
1919

2020
Your first step is to **create a database** where you will execute the queries. Then initialize the objects by executing [setup script](https://github.com/Azure-Samples/Synapse/blob/master/SQL/Samples/LdwSample/SampleDB.sql) on that database. This setup script will create the data sources, database scoped credentials, and external file formats that are used to read data in these samples.
2121

22-
followi instructiong in this artivle to create data sources, database scoped credentials, and external file formats that are used to write data into the output storage.
22+
Follow the instructions in this article to create data sources, database scoped credentials, and external file formats that are used to write data into the output storage.
2323

2424
## Create external table as select
2525

@@ -91,4 +91,4 @@ ORDER BY
9191

9292
## Next steps
9393

94-
For more information on how to query different file types, refer to the [Query single CSV file](query-single-csv-file.md), [Query Parquet files](query-parquet-files.md), and [Query JSON files](query-json-files.md) articles.
94+
For more information on how to query different file types, see the [Query single CSV file](query-single-csv-file.md), [Query Parquet files](query-parquet-files.md), and [Query JSON files](query-json-files.md) articles.

0 commit comments

Comments
 (0)