I HAVE A FLAT FILE DO THE NULL CHEK AND PRIMARI KEY CHEK
AND DATE VALIDITAION LOAD TO TARGET TABLE
code should be like this:
Check whether the pk is present, if present, its a duplicate record.
then check for the null values
then check for invalid date columns
iif(not isnull(pk),error_code_dup_rec,
iif(isnull(col1)
or (is null(col2),null_value_
present,
or is null(date),invalid_date,valid_record))
| Is This Answer Correct ? | 1 Yes | 1 No |
Explain Association algorithm in Data mining?
What is normalization, first normal form, second normal form, third normal form?
what is the difference between DSS and ODS ?
Explain difference between view and materialized view?
What is an error log table in informatica occurs and how to maintain it in mapping?
What is Time Series algorithm in data mining?
What is cubes?
I have two universes created by two difference database can we join them in designer & report level? How
What is difference between a connected look up and unconnected look up?
What is Grain & Granularity in Data Warehouse.
What needs to be done when the database is shutdown?
How to handle time period attribute for time dependent data?? a.)add time period as a part of pk b.)add time period simply and make it nullablec.)add time period simply and make it not null.