Change Tracking Flashcards

1
Q

True or False: Any change to patient data in Clarity will generate a new row in PatientDim after the next extract.

A

False. Assuming the data is extracted to Caboodle, only changes to snapshot columns would generate a new row in PatientDim.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a durable key?

A

Snapshot tables have a durable key column which stores the same value for all rows that correspond to the same entity. This allows for accurate grouping and summarizing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Consider the following query:
SELECT DurableKey FROM <TableName>
Which of the following statements are true?
A. This query will only run if <TableName> is a snapshot table
B. This query will run regardless of whether <TableName> has change tracking
C. The value in the DurableKey column could repeat in multiple rows of the results
D. There is no table in Caboodle for which this query will run</TableName></TableName></TableName>

A

a. This query will only run if <TableName> is a snapshot table
c. The value in the DurableKey column could repeat in multiple rows of the results</TableName>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

refers to the method used to record changes to data over time.

A

Change tracking

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Tracks changes to snapshot data, creating new rows for each change.

A

Snapshot Change Tracking (Type 2)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

No change tracking; the table reflects the current content of the source data at the time of the most recent extract.

A

None (Type 1)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

a table that stores both current and historical data. It captures changes to specific columns (snapshot columns) by creating new rows for each change, allowing the table to maintain a history of data changes over time.

A

snapshot table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

are columns in a snapshot table that retain previous values which have been extracted to Caboodle and have since changed in the source. Changes to these columns result in new rows being added to the snapshot table.

A

Snapshot columns

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

a special surrogate key used in snapshot tables to identify unique entities

A

durable key column

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

in a snapshot table stores the date when the snapshot data for a row became valid. It represents the beginning of the date range during which the data was current.

A

StartDate column

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

column in a snapshot table stores the date when the snapshot data for a row ceased to be valid. It represents the end of the date range during which the data was current.

A

EndDate column

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

is a flag that indicates whether a row holds the most current information

A

IsCurrent

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

True or False: Durable keys are used only in tables that store snapshot (type 2) data.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

True or False: foreign key columns never contain null or unmatched values.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

True or False: Snapshot change tracking is also known as Type 1 change tracking.

A

False. Explanation: Snapshot change tracking is known as Type 2, while Type 1 refers to tables with no change tracking.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

True or False: Non-snapshot tables reflect the current content of the source data at the time of the most recent extract.

A

True. Explanation: Non-snapshot tables do not track historical changes and only show the latest data from the source.

17
Q

True or False: The DurableKey column in a snapshot table uniquely identifies each row in the table.

A

False. Explanation: The DurableKey identifies unique entities across multiple rows, not individual rows themselves.

18
Q

True or False: The IsCurrent column in a snapshot table indicates if the row holds the most current information.

A

True. Explanation: The IsCurrent column is a flag that shows whether a row contains the latest data (1 for current, 0 otherwise).

19
Q

True or False: Any change to a patient’s data in Clarity will generate a new row in PatientDim after the next extract.

A

False. Explanation: Only changes to snapshot columns will result in a new row being added to a snapshot table.

20
Q

True or False: Snapshot data tracks the exact date and time when a change occurred in the source system.

A

False. Explanation: Snapshot data only tracks when changes were captured in Caboodle ETL, not the exact time of the change in the source system.

21
Q

True or False: The StartDate and EndDate columns in a snapshot table represent the date range for the snapshot data.

A

True. Explanation: These columns indicate the period during which the snapshot data was valid in Caboodle.

22
Q

True or False: The condition IsCurrent = 1 should be used when joining to snapshot tables to return only the most current data.

A

True. Explanation: Including IsCurrent = 1 ensures that only the latest data is retrieved from snapshot tables.

23
Q

True or False: In Caboodle, tables with no change tracking are labeled as Type 2.

A

False. Explanation: Tables with no change tracking are labeled as Type 1, while Type 2 refers to snapshot change tracking.

24
Q

True or False: The DurableKey column can have the same value in multiple rows of a snapshot table.

A

True. Explanation: The DurableKey can repeat across multiple rows for the same entity, representing different snapshots over time.

25
Q

Which type of change tracking is known as Type 2 in Caboodle?

A) Non-snapshot change tracking
B) Snapshot change tracking
C) Real-time change tracking
D) Incremental change tracking

A

B) Snapshot change tracking

26
Q

What does the DurableKey column in a snapshot table identify?

A) Unique rows in the table
B) Unique entities across multiple rows
C) The date range of the snapshot data
D) The most current information

A

B) Unique entities across multiple rows

27
Q

Which column in a snapshot table indicates if the row holds the most current information?

A) DurableKey
B) StartDate
C) EndDate
D) IsCurrent

A

D) IsCurrent

28
Q

What is the purpose of the StartDate and EndDate columns in a snapshot table?

A) To identify unique entities
B) To store the date range for the snapshot data
C) To indicate if the row is current
D) To track changes in the source system

A

B) To store the date range for the snapshot data

29
Q

Which of the following statements is true about non-snapshot tables?

A) They track historical changes
B) They reflect the current content of the source data
C) They use the DurableKey column
D) They have multiple rows for the same entity

A

B) They reflect the current content of the source data

30
Q

What does the condition IsCurrent = 1 ensure when joining to snapshot tables?

A) Only historical data is returned
B) Only the most current data is returned
C) All rows for an entity are returned
D) The date range of the snapshot data is included

A

B) Only the most current data is returned

31
Q

Which type of change tracking was labeled as Type 1 in May 2020 and earlier versions of Caboodle?

A) Snapshot change tracking
B) Non-snapshot change tracking
C) Real-time change tracking
D) Incremental change tracking

A

B) Non-snapshot change tracking

32
Q

What should be used for accurate aggregation in snapshot tables?

A) Primary key values
B) StartDate and EndDate columns
C) DurableKey column
D) IsCurrent column

A

C) DurableKey column

33
Q

Which of the following is NOT true about snapshot data?

A) It tracks when changes were captured in Caboodle ETL
B) It tracks the exact date and time of changes in the source system
C) It can have multiple rows for the same entity
D) It requires additional filtering to return current data

A

B) It tracks the exact date and time of changes in the source system

34
Q

What is the primary purpose of the DurableKey column in snapshot tables?

A) To store the date range for the snapshot data
B) To indicate if the row is current
C) To identify unique entities across multiple rows
D) To track changes in the source system

A

C) To identify unique entities across multiple rows