Skip to content

Commit 9675770

Browse files
committed
fix in table
1 parent 360951b commit 9675770

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/databases/wide-world-importers/documentation/wwi-oltp-htap-sql-features.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
WideWorldImporters is designed to showcase many of the key features of SQL Server, including the latest features introduced in SQL Server 2016. The following is a list of SQL Server features and capabilities, and a description of how they are used in WideWorldImporters.
44

55
|SQL Server feature or capability|Use in WideWorldImporters|
6+
|-----------------------------|---------------------|
67
|Temporal tables|There are many temporal tables, including all look-up style reference tables and main entities such as StockItems, Customers, and Suppliers. Using temporal tables allows to conveniently keep track of the history of these entities.|
78
|AJAX calls for JSON|The application frequently uses AJAX calls to query these tables: Persons, Customers, Suppliers, and StockItems. The calls return JSON payloads (i.e. the data that is returned is formatted as JSON data). See, for example, the stored procedure `Website.SearchForCustomers`.|
89
|Row-level security (RLS)|Row Level Security (RLS) is used to limit access to the Customers table, based on role membership. Each sales territory has a role and a user. To see this in action, a script to demonstrate it has been provided.|

0 commit comments

Comments
 (0)