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: pages/data-warehouse/quickstart.mdx
+75-60Lines changed: 75 additions & 60 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,93 +85,108 @@ You are now connected to your Data Warehouse for ClickHouse® deployment and can
85
85
86
86
## How to import and query an example data set
87
87
88
-
### Creating a database and ingesting data
89
-
90
88
<Messagetype="note">
91
-
This example is based on the **New York Taxi Data** from the [Official ClickHouse documentation](https://clickhouse.com/docs/getting-started/example-datasets/nyc-taxi).
89
+
This example is based on the **Environmental Sensors Data** from the [Official ClickHouse® documentation](https://clickhouse.com/docs/getting-started/example-datasets/environmental-sensors).
92
90
</Message>
93
91
94
-
1. Run the command below to create a new database:
95
-
```sql
96
-
CREATEDATABASEnyc_taxi;
97
-
```
92
+
### Creating a database and ingesting data
98
93
99
-
2. Create a new table in the database you just created:
94
+
1. Run the command below to create a new table in the default database:
0 commit comments