I HAVE A FLAT FILE DO THE NULL CHEK AND PRIMARI KEY CHEK
AND DATE VALIDITAION LOAD TO TARGET TABLE
Answer Posted / itsranjan
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 |
Post New Answer View All Answers
Explain is fact table?
What is surrogate key? Explain with examples.
What is data warehosuing hierarchy?
How are models actually derived?
I have two universes created by two difference database can we join them in designer & report level? How
Explain what are non-additive facts in detail?
What are the advantages of raid 1, 1/0, and
Compare and contrast aggregates & indexes
List any five applications of data warehouse.
What are the different types of join operations?
Explain how many ways you create ports?
Ist the schema that a data warehouse system can implements.
Explain piconet?
Explain what are the modules in power mart?
What are the different methods of loading dimension tables?