Skip to content

Commit d3f17cc

Browse files
authored
Update query-data-storage.md
removing the reference to demo storage account
1 parent 205f904 commit d3f17cc

File tree

1 file changed

+1
-46
lines changed

1 file changed

+1
-46
lines changed

articles/synapse-analytics/sql/query-data-storage.md

Lines changed: 1 addition & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -224,51 +224,6 @@ See syntax fragment below:
224224

225225
You can find query samples for accessing elements from repeated columns in the [Query Parquet nested types](query-parquet-nested-types.md#access-elements-from-repeated-columns) article.
226226

227-
## Query samples
228-
229-
You can learn more about querying various types of data using the sample queries.
230-
231-
### Tools
232-
233-
The tools you need to issue queries:
234-
- Azure Synapse Studio
235-
- Azure Data Studio
236-
- SQL Server Management Studio
237-
238-
### Demo setup
239-
240-
Your first step is to **create a database** where you'll execute the queries. Then you'll initialize the objects by executing [setup script](https://github.com/Azure-Samples/Synapse/blob/master/SQL/Samples/LdwSample/SampleDB.sql) on that database.
241-
242-
This setup script will create the data sources, database scoped credentials, and external file formats that are used to read data in these samples.
243-
244-
> [!NOTE]
245-
> Databases are only used for viewing metadata, not for actual data. Write down the database name that you use, you will need it later on.
246-
247-
```sql
248-
CREATE DATABASE mydbname;
249-
```
250-
251-
### Provided demo data
252-
253-
Demo data contains the following data sets:
254-
255-
- NYC Taxi - Yellow Taxi Trip Records - part of public NYC data set in CSV and Parquet format
256-
- Population data set in CSV format
257-
- Sample Parquet files with nested columns
258-
- Books in JSON format
259-
260-
| Folder path | Description |
261-
| ------------------------------------------------------------ | ------------------------------------------------------------ |
262-
| /csv/ | Parent folder for data in CSV format |
263-
| /csv/population/<br />/csv/population-unix/<br />/csv/population-unix-hdr/<br />/csv/population-unix-hdr-escape<br />/csv/population-unix-hdr-quoted | Folders with Population data files in different CSV formats. |
264-
| /csv/taxi/ | Folder with NYC public data files in CSV format |
265-
| /parquet/ | Parent folder for data in Parquet format |
266-
| /parquet/taxi | NYC public data files in Parquet format, partitioned by year, and month using Hive/Hadoop partitioning scheme. |
267-
| /parquet/nested/ | Sample Parquet files with nested columns |
268-
| /json/ | Parent folder for data in JSON format |
269-
| /json/books/ | JSON files with books data |
270-
271-
272227
## Next steps
273228

274229
For more information on how to query different file types, and to create and use views, see the following articles:
@@ -279,4 +234,4 @@ For more information on how to query different file types, and to create and use
279234
- [Query nested values](query-parquet-nested-types.md)
280235
- [Query folders and multiple CSV files](query-folders-multiple-csv-files.md)
281236
- [Use file metadata in queries](query-specific-files.md)
282-
- [Create and use views](create-use-views.md)
237+
- [Create and use views](create-use-views.md)

0 commit comments

Comments
 (0)