what is distinct
Answers were Sorted based on User's Feedback
DISTINCT is used to display the unique records.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / sudhakar
it will shown single time.
ex:-in accounts dept have 10 employees.
naturally
employee dept
sai acccouts
sudhakar accounts
ramesh accounts
etc.... upto 10members
like distinct show
department show single time
Employee Dept
10 accounts
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / amol m
Distinct keyword is used to eliminate duplicate records and
showing only single one.
| Is This Answer Correct ? | 1 Yes | 0 No |
what is data driven?
Hi, source data is col1 values are 5,6,7 col2 are 3,2,1 col3 are 8,9,10 and i want to get target as col1 5,6,7 col2 1,2,3 col3 8,9,10 how to do this one?
A mapping contains (1) Source Table S_Time ( Start_Year, End_Year ) (2) Target Table Tim_Dim ( Date, Day, Month, Year, Quarter )
How to update or delete the rows in a target, which do not have key fields?
What is a taget load order?
If u r using dynamic cache lookup port will be thier in thet which option u will select
When do you use mapping parameters? (In which transformations)
What do you understand by term role-playing dimension?
What is a data modeling?
I've a denormalized table EMP(empno,ename,phone,addr1,addr2,fax,email). Now I want to insert the record into target in the format that, there will be 2 target rows for 1 source record. In target the row needs to be inserted as: ROW1: empno,ename,addr1,phone ROW2: empno,ename,addr2,fax,email And I'm not allowed to normalize transformation. How to achieve?
Two relational tables are connected to SQ Trans,what are the possible errors it will be thrown?
What is a unit Testing?