Skip to content

Commit f55ff50

Browse files
authored
Fixed typo
1 parent 85cbd50 commit f55ff50

File tree

1 file changed

+1
-1
lines changed
  • 2-Working-With-Data/06-non-relational

1 file changed

+1
-1
lines changed

2-Working-With-Data/06-non-relational/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ NoSQL is an umbrella term for the different ways to store non-relational data an
4949

5050
![Graphical representation of a columnar data store showing a customer database with two column families named Identity and Contact Info](images/columnar-db.png)
5151

52-
[Columnar](https://docs.microsoft.com/en-us/azure/architecture/data-guide/big-data/non-relational-data#columnar-data-stores) data stores organizes data into columns and rows like a relational data structure but each column is divided into groups called a column family, where the all the data under one column is related and can be retrieved and changed in one unit.
52+
[Columnar](https://docs.microsoft.com/en-us/azure/architecture/data-guide/big-data/non-relational-data#columnar-data-stores) data stores organizes data into columns and rows like a relational data structure but each column is divided into groups called a column family, where all the data under one column is related and can be retrieved and changed in one unit.
5353

5454

5555
### Document Data Stores with the Azure Cosmos DB

0 commit comments

Comments
 (0)