Skip to content

Commit dfff253

Browse files
Merge pull request #292724 from periclesrocha/patch-2
Added a missing section header
2 parents 1f1be80 + 4ef319e commit dfff253

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/synapse-analytics/sql/tutorial-external-tables-using-managed-identity.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,8 @@ Where:
185185
186186
Make sure to adjust the table name and schema to the desired name and the schema of the data in your source files.
187187
188+
### Query the external table
189+
188190
At this point, all the metadata required to access the external table are created. To test your external table, use a query such as the following T-SQL sample to validate your work:
189191
190192
```sql
@@ -199,4 +201,4 @@ To learn more and explore the full syntax of `CREATE EXTERNAL TABLE`, see [CREAT
199201
200202
- [Tutorial: Load external data using a managed identity](tutorial-external-tables-using-managed-identity.md)
201203
- [Load Contoso retail data into dedicated SQL pools in Azure Synapse Analytics](../sql-data-warehouse/sql-data-warehouse-load-from-azure-blob-storage-with-polybase.md)
202-
- [Managed identities for Azure Synapse Analytics](../synapse-service-identity.md)
204+
- [Managed identities for Azure Synapse Analytics](../synapse-service-identity.md)

0 commit comments

Comments
 (0)