Skip to content

Commit fdb38ff

Browse files
authored
Merge pull request MicrosoftDocs#206 from angelosdmg/patch-3
Update database-catalog-oltp.md
2 parents b3395b4 + b8065eb commit fdb38ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/sample/world-wide-importers/database-catalog-oltp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ WideWorldImporters uses a small number of schemas so that it is easy to understa
131131

132132
Wherever possible, the database collocates tables that are commonly queried together into the same schema to minimize join complexity.
133133

134-
The database schema has been code-generated based on a series of metadata tables in another database WWI_Preparation. This gives WideWorldImporters a very high degree of design consistency, naming consistency, and completeness. For details on how the schema has been generated see the source code: [wide-world-importers/wwi-database-scripts](https://github.com/Microsoft/sql-server-samples/tree/master/samples/databases/wide-world-importers/wwi-database-scripts)
134+
The database schema has been code-generated based on a series of metadata tables in another database WWI_Preparation. This gives WideWorldImporters a very high degree of design consistency, naming consistency, and completeness. For details on how the schema has been generated see the source code: [wide-world-importers/wwi-database-scripts](https://github.com/Microsoft/sql-server-samples/tree/master/samples/databases/wide-world-importers/sample-scripts)
135135

136136
### Table design
137137

0 commit comments

Comments
 (0)