Skip to content

Commit eaa5d19

Browse files
committed
PoliCheck update
1 parent 32e9141 commit eaa5d19

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ WideWorldImporters uses schemas for different purposes, such as storing data, de
2121

2222
### Data schemas
2323

24-
These schemas contain the data. A number of tables are needed by all other schemas and are located in the Application schema.
24+
These schemas contain the data. Many tables are needed by all other schemas and are located in the Application schema.
2525

2626
|Schema|Description|
2727
|-----------------------------|---------------------|
28-
|Application|Application-wide users, contacts, and parameters. This also contains reference tables with data that is used by multiple schemas|
28+
|Application|Application-wide users, contacts, and parameters. This schema also contains reference tables with data that is used by multiple schemas|
2929
|Purchasing|Stock item purchases from suppliers and details about suppliers.|
3030
|Sales|Stock item sales to retail customers, and details about customers and sales people. |
3131
|Warehouse|Stock item inventory and transactions.|
@@ -40,15 +40,15 @@ These schemas are used for external applications that are not allowed to access
4040
|Reports|All access to the database from Reporting Services reports is through this schema.|
4141
|PowerBI|All access to the database from the Power BI dashboards via the Enterprise Gateway is through this schema.|
4242

43-
Note that the Reports and PowerBI schemas are not used in the initial release of the sample database. However, all Reporting Services and Power BI samples built on top of this database are encouraged to use these schemas.
43+
The Reports and PowerBI schemas are not used in the initial release of the sample database. However, all Reporting Services and Power BI samples built on top of this database are encouraged to use these schemas.
4444

4545
### Development schemas
4646

4747
Special-purpose schemas
4848

4949
|Schema|Description|
5050
|-----------------------------|---------------------|
51-
|Integration|Objects and procedures required for data warehouse integration (i.e. migrating the data to the WideWorldImportersDW database).|
51+
|Integration|Objects and procedures required for data warehouse integration (that is, migrating the data to the WideWorldImportersDW database).|
5252
|Sequences|Holds sequences used by all tables in the application.|
5353

5454
## Tables
@@ -62,7 +62,7 @@ Details of parameters and people (users and contacts), along with common referen
6262
|Table|Description|
6363
|-----------------------------|---------------------|
6464
|SystemParameters|Contains system-wide configurable parameters.|
65-
|People|Contains user names, contact information, for all who use the application, and for the people that the Wide World Importers deals with at customer organizations. This includes staff, customers, suppliers, and any other contacts. For people who have been granted permission to use the system or website, the information includes login details.|
65+
|People|Contains user names, contact information, for all who use the application, and for the people that the Wide World Importers deals with at customer organizations. This table includes staff, customers, suppliers, and any other contacts. For people who have been granted permission to use the system or website, the information includes login details.|
6666
|Cities|There are many addresses stored in the system, for people, customer organization delivery addresses, pickup addresses at suppliers, etc. Whenever an address is stored, there is a reference to a city in this table. There is also a spatial location for each city.|
6767
|StateProvinces|Cities are part of states or provinces. This table has details of those, including spatial data describing the boundaries each state or province.|
6868
|Countries|States or Provinces are part of countries/regions. This table has details of those, including spatial data describing the boundaries of each country.|

0 commit comments

Comments
 (0)