How is Data Models Used in Practice?
Answer / zaheer
What do you want to know exactly. You mean want to learn
freshly the Data Modeling?
| Is This Answer Correct ? | 0 Yes | 1 No |
What are ETL Tools?
what is target load plan
how we load the data from source to staging area
HOW CAN I SEND HALF OF THE RECORDS TO ONE TARGET AND REMAINING TO OTHER TARGET?
what is mean by complex business rule ?
Some flat files are there, out of these having some duplicate. How do you eliminate duplicate files while loading into targets?
source table have single column single record having with single space. load that source record into trg . trgt having two columns and the SOURCE TABLE LIKE COL1 BHANU PRASAD TRGT TABLE COL1 COL2 IN THAT LOAD THE RECORD IN THE trgt table LIKE COL1 COL2 BHANU PRASAD HOW ? TELL ME PLZ
How to delete duplicate records if we have huge volume of records in a table ? (rowid is not the correct approach)
What are the mapings that we use for slowly changing dimension table?
Define error Threshold?
Filter transformation in the condition one of the data is NULL would the record be dropped.
What will happen when Mapping variable and Mapping parameter is not defined or given? Where do you use mapping variable and mapping parameter?