what is unique constraint error ?
Answers were Sorted based on User's Feedback
Answer / sreedhar lokaray
Before answering this question I think you know what is a
unique constraint? This means no two values in the given
column are equal but null values are allowed. When you
receive same value again in a new record for that column
then it will throw unique constraint error.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / nagendrareddy
unique is constraint which will not allow duplicate records
into batabase..
| Is This Answer Correct ? | 1 Yes | 1 No |
hi all, I have to do Informatica Certification? Can any body send me Some Informatica Certification Dumps/FAQS ? Advance Thanks...
If a workflow stops or fails after loading 10k records ? How can you recover it and If there is no order while reading data from source ?
Why touse stored procedure in ETL Application?
i have a session which creates a file every time when i runs the session, but it replaces the first file with second file,i want to append the second file follwed by first file when i runs the session,how to achieve this?
Define mapplet?
what is the size ur source like(file system or database)? how many record daily come u r banking project?
0 Answers Cognizant, Flextronics,
I HAVE A SOURCE FILE CONTAINING 1|A,1|B,1|C,1|D,2|A,2|B,3|A,3|B AND IN TARGET I SHOULD GET LIKE 1|A+B+C+D 2|A+B 3|A+B WHICH TRANSFORMATION I SHOULD USE
Differentiate between mapping parameter and mapping variable?
When do you use sql override in a lookup transformation?
How can we store previous session logs?
why we are using surogate key in real time give me explanation
Name at least 5 different types of transformations used in mapping design and state the use of each.?