Skip to content

Commit 6f68281

Browse files
authored
[netlify-ignore]
1 parent e932811 commit 6f68281

File tree

1 file changed

+1
-1
lines changed
  • src/connections/storage/warehouses

1 file changed

+1
-1
lines changed

src/connections/storage/warehouses/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ When selecting and building a data warehouse, consider three questions:
1616
2. How many data sources will there be?
1717
3. How will the data be used?
1818

19-
Relational databases are great when you know and predefine the information collected and how it will be linked. This is usually the type of database used in the world of user analytics. For instance, a user's table might be populated with the columns "name", "email address," or "plan name."
19+
Relational databases are great when you know and predefine the information collected and how it will be linked. This is usually the type of database used in the world of user analytics. For instance, a users table might be populated with the columns `name`, `email_address`, or `plan_name`.
2020

2121
Examples of data warehouses include Amazon Redshift, Google BigQuery, and Postgres.
2222

0 commit comments

Comments
 (0)