You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/synapse-analytics/sql/resources-self-help-sql-on-demand.md
+18-10Lines changed: 18 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -789,24 +789,32 @@ The serverless SQL pools have limitations and you cannot create more than 20 dat
789
789
790
790
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.
791
791
792
-
## Next steps
792
+
## Querying Azure data
793
793
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.
795
795
796
-
-[Query single CSV file](query-single-csv-file.md)
796
+
### Querying CSV data
797
797
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)
Learn here how to [query Parquet files](query-parquet-files.md) with [nested types](query-parquet-nested-types.md).
805
805
806
-
-[Query JSON files](query-json-files.md)
806
+
### Querying Cosmos DB data
807
807
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.
809
809
810
-
-[Create and using external tables](create-use-external-tables.md)
810
+
### Querying JSON data
811
811
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