adding video

This commit is contained in:
Allan Bowe
2018-07-05 13:14:16 +02:00
parent 086428f940
commit fc06b14341
2 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,7 @@
## What does the Data Controller do?
The Data Controller for SAS allows user to add, modify data. All changes are staged and approved before being applied to the target table. The review process, as well as using generic and repeatable code to perform updates, works to ensure data integrity.
The Data Controller for SAS allows users to add, modify data. All changes are staged and approved before being applied to the target table. The review process, as well as using generic and repeatable code to perform updates, works to ensure data integrity.
## What is a Target Table?
A Target Table is a physical table, such as a SAS dataset or a Table in a database. The attributes of this table (eg Primary Key, loadtype, library, SCD variables etc) will have been predefined by your administrator so that you can change the data in that table safely and easily.