What is algorithm in SCD Type2(SAS DI Studio Transformaton)?
Answers were Sorted based on User's Feedback
Answer / john
For more SAS DI related info visit
http://www.itinterview-madeeasy.com/2012/05/50-sas-di-interview-questions.html
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / senthilnathan.k
SC-2 Small Changing Dimension, We used for maintaining the
history of records.
ETL(Extraction, Transformation and Loading) the Data marts
called as target table using proc append, which will
appending the records in the target table using md5
algorithms.
Which will create Surrogate key corresponding to each
record.
| Is This Answer Correct ? | 4 Yes | 9 No |
Wats the name of the first os
Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 2 numbers. Find the missing numbers.
Can we write a method in JSP.If so how?
. With the help of above table EMP, perform the following operation is sql. a) Add the new column “DEPTNO” b) Rename the table c) Update table d) Modify the table if column ‘SAL’ whose data type is number (10) and you want to enter varchar2 (15) . For example $USD 20 etc.
When we have two versions of the dot net installed how does the compiler know which version of DLL it has to select to an application.
What is algorithm in SCD Type2(SAS DI Studio Transformaton)?
in a VB application, where the data will be stored after manipulation? what is the syntax for that?
cobol is execution r not without jcl
hii I inntrested abt scjp certification but i dont knw abt scjp plz send details abt scjp exam and syllabus.
I would like to know which institute in hyderabad provides best ms-dot net training along with a project. I want to join immediately. please help
how do i create my own exception class which will restrict IO exception?
Given n red balls and m blue balls and some containers, how would you distribute those balls among the containers such that the probability of picking a red ball is maximized, assuming that the user randomly chooses a container and then randomly picks a ball from that.