Skip to content

Commit fca0b5b

Browse files
committed
tags
1 parent 7126825 commit fca0b5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/synapse-analytics/sql/develop-tables-external-tables.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ An external table points to data located in Hadoop, Azure Storage blob, or Azure
1717

1818
## External tables in Synapse SQL pool and on-demand
1919

20-
### [SQL pool](#tab/sql-pool-external-tables)
20+
### [SQL pool](#tab/sql-pool)
2121

2222
In SQL pool, you can use an external table to:
2323

@@ -28,7 +28,7 @@ When used in conjunction with the [CREATE TABLE AS SELECT](../sql-data-warehouse
2828

2929
For a loading tutorial, see [Use PolyBase to load data from Azure Blob Storage](../sql-data-warehouse/load-data-from-azure-blob-storage-using-polybase.md?toc=/azure/synapse-analytics/toc.json&bc=/azure/synapse-analytics/breadcrumb/toc.json).
3030

31-
### [SQL on-demand](#tab/sql-ondemand)
31+
### [SQL on-demand](#tab/sql-on-demand)
3232

3333
For SQL on-demand, you'll use an external table to:
3434

@@ -122,7 +122,7 @@ WITH
122122
) ;
123123
```
124124

125-
#### [SQL on-demand](#tab/sql-ondemand)
125+
#### [SQL on-demand](#tab/sql-on-demand)
126126

127127
The following example creates an external data source for Azure Data Lake Gen2 that can be accessed using SAS credential:
128128

0 commit comments

Comments
 (0)