Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit f68a2ec

Browse files
fixes MicrosoftDocs/sql-docs/issues/5738 -- clarify times
1 parent 230e253 commit f68a2ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/relational-databases/tables/temporal-tables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Real data sources are dynamic and more often than not business decisions rely on
6666

6767
## How does temporal work
6868

69-
System-versioning for a table is implemented as a pair of tables, a current table and a history table. Within each of these tables, the following two additional **datetime2** columns are used to define the period of validity for each row:
69+
System-versioning for a table is implemented as a pair of tables, a current table and a history table. The history table has the following two additional **datetime2** columns, which define the period of validity for each row:
7070

7171
- Period start column: The system records the start time for the row in this column, typically denoted as the **SysStartTime** column.
7272
- Period end column: The system records the end time for the row in this column, typically denoted as the **SysEndTime** column.
@@ -75,7 +75,7 @@ The current table contains the current value for each row. The history table con
7575

7676
![Diagram showing how a Temporal table works.](../../relational-databases/tables/media/temporal-howworks.PNG "Temporal-HowWorks")
7777

78-
The following simple example illustrates a scenario with Employee information in hypothetical HR database:
78+
The following simple example illustrates a scenario with Employee information in a hypothetical HR database:
7979

8080
```sql
8181
CREATE TABLE dbo.Employee

0 commit comments

Comments
 (0)