Skip to content

Commit b579bce

Browse files
authored
Merge pull request #183713 from jovanpop-msft/patch-228
Querying data
2 parents cabbde6 + 5e7478b commit b579bce

File tree

1 file changed

+18
-10
lines changed

1 file changed

+18
-10
lines changed

articles/synapse-analytics/sql/resources-self-help-sql-on-demand.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -789,24 +789,32 @@ The serverless SQL pools have limitations and you cannot create more than 20 dat
789789

790790
You don't need to use separate databases to isolate data for different tenants. All data is stored externally on a data lake and Cosmos DB. The metadata (table, views, function definitions) can be successfully isolated using schemas. Schema-based isolation is also used in Spark where databases and schemas are the same concepts.
791791

792-
## Next steps
792+
## Querying Azure data
793793

794-
Review the following articles to learn more about how to use serverless SQL pool:
794+
Review the following articles to learn more about how to use serverless SQL pool to query data.
795795

796-
- [Query single CSV file](query-single-csv-file.md)
796+
### Querying CSV data
797797

798-
- [Query folders and multiple CSV files](query-folders-multiple-csv-files.md)
798+
Learn here how to [query single CSV file](query-single-csv-file.md) or [folders and multiple CSV files](query-folders-multiple-csv-files.md)
799799

800800
- [Query specific files](query-specific-files.md)
801801

802-
- [Query Parquet files](query-parquet-files.md)
802+
### Querying Parquet data
803803

804-
- [Query Parquet nested types](query-parquet-nested-types.md)
804+
Learn here how to [query Parquet files](query-parquet-files.md) with [nested types](query-parquet-nested-types.md).
805805

806-
- [Query JSON files](query-json-files.md)
806+
### Querying Cosmos DB data
807807

808-
- [Create and using views](create-use-views.md)
808+
Learn here how to [query Cosmos DB analytical store](query-cosmos-db-analytical-store.md). You can use [online generator](https://htmlpreview.github.io/?https://github.com/Azure-Samples/Synapse/blob/main/SQL/tools/cosmosdb/generate-openrowset.html) to generate the `WITH` clause based on a sample Cosmos Db document.
809809

810-
- [Create and using external tables](create-use-external-tables.md)
810+
### Querying JSON data
811811

812-
- [Store query results to storage](create-external-table-as-select.md)
812+
Learn here how to [query JSON files](query-json-files.md).
813+
814+
### Create views, tables and other database objects
815+
816+
Learn here how to create and use [views](create-use-views.md), [external tables](create-use-external-tables.md), or setup [row-level security](https://techcommunity.microsoft.com/t5/azure-synapse-analytics-blog/how-to-implement-row-level-security-in-serverless-sql-pools/ba-p/2354759).
817+
818+
### Copy and transform data (CETAS)
819+
820+
Learn here how to [store query results to storage](create-external-table-as-select.md) using Create external table as select (CETAS) command.

0 commit comments

Comments
 (0)