What is partioning?how many types of partinings are there
Answer Posted / g. manthiramoorthy
Partition Types:
1.Database partitioning.
2.Hash auto-keys.
3.Hash user keys.
4.Key range.
5.Pass-through
6.Round-robin.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Give one example for each of conditional aggregation, non-aggregate expression, and nested aggregation?
what is index?how it can work in informatica
Suppose we do not group by on any ports of the aggregator what will be the output?
Make a note of the quantity vaults made in informatica?
What is a pre-defined event and user-defined event?
What are the components of workflow manager?
How do you use reject loader.
suppose in my source flatfile i have 10000 records in that some of master table records missed table records missed then what will u do
What is resilience time?
What is a mapplet/worklet in informatica?
What are mapplets? How is it different from a Reusable Transformation?
Explain the etl program with few examples.
Explain what is informatica metadata and where is it stored?
What are the new features of Power Center 5.0?
5. Consider the following products data which contain duplicate rows. A B C C B D B Q1. Design a mapping to load all unique products in one table and the duplicate rows in another table. The first table should contain the following output A D The second target should contain the following output B B B C C