I HAVE A FLAT FILE DO THE NULL CHEK AND PRIMARI KEY CHEK
AND DATE VALIDITAION LOAD TO TARGET TABLE



I HAVE A FLAT FILE DO THE NULL CHEK AND PRIMARI KEY CHEK AND DATE VALIDITAION LOAD TO TARGET TABLE..

Answer / 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

More Data Warehouse General Interview Questions

Explain the advantages of raid 1, 1/0, and 5. What type of raid setup would you put your tx logs.

0 Answers  


What are the different types of Fatcs? Explain with example only

3 Answers   CTS,


How do you define data block size?

0 Answers  


Best institute for MS BI training in Hyderabad, India?

4 Answers  


what are the types of dimension tables

19 Answers   Infotech,






How to answer the question how many fakt table in your datawarehouse and what size it have?

3 Answers   Cap Gemini,


What is the working process for application.cfm?

0 Answers  


Explain the differences between normalizer and normalizer transformation?

0 Answers  


Explain me what are conformed dimensions?

0 Answers  


Explain the definition of normalized and denormalized view and what are the differences between them?

0 Answers  


Explain ddl (data definition language)?

0 Answers  


What are the differences between star and snowflake schema?

0 Answers  


Categories