Skip to content

Commit cd2d0f8

Browse files
Change to line 49
Composite key is required to uniquely identify a row not a table
1 parent 46c1bec commit cd2d0f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/database-designer/concepts-database-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ A foreign key is a column or a combination of columns whose values match a prima
4646

4747
## Composite key
4848

49-
A composite key is one that is composed of two or more columns that are together required to uniquely identify a table. For example, in an Order table, both OrderNumber and ProductId may be required to uniquely identify a record.
49+
A composite key is one that is composed of two or more columns that are together required to uniquely identify a record in a table. For example, in an Order table, both OrderNumber and ProductId may be required to uniquely identify a record.
5050

5151
## Relationships
5252

0 commit comments

Comments
 (0)