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 difference between snow flake and star schema.
What is the advantages data mining over traditional approaches?
What are Aggregate tables?
Explain the main difference between inmon and kimball philosophies of data warehousing?
How to import vsam files from source to target. Do we need a special plugin?
What is data analysis?
Is there any rownum object from which we can do this?
Explain reference cursor?
Explain what is cost benefit analysis (cba)?
Explain difference between e-r modeling and dimentional modeling?
How many types of facts and what are they?
Explain what are fact, dimension, and measure?
What are the differences between star and snowflake schema?
Difference between e-r modeling and dimentional modeling?
what is an use case?