Answer Posted / pradeep
metadata is nothing other than data about data. the data
about data means the structure of the data.
for example in oracle when we use the command
sql> desc <table name>;
here u can find the description of a table that's the meta
data of a table.
(any new answer welcome)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Sequence generator, when you move from develoment to production how will you reset
What are the restrictions of union transformation?
Briefly explain the aggregator transformation?
if i hv 6 table as source table but can i make 12 as a dim table and 6 as fact table belongs to that src table.
Explain transaction control transformation in informatica
can we override a native sql query within informatica? Where do we do it?
What is the meaning of decode in informatica?
Hi, In source I have records like this No name address 10 manoj mum 10 manoj dilhi 20 kumar usa 20 kumar Tokyo I want records in target like shown below No name addr1 addr2 10 manoj mum dilhi 20 kumar usa Tokyo If it is reverse we can do this by using Normalizer transformation by setting occurance as 2. Somebody will say use denoralization technique. But as of my knowledge I couldn’t find any denormalization technique. Is there any concept like that? I tryid this seriously but I could find any idea to implement this. Can any one please help me ? Advance Thanks
What are the differences between oltp and olap?
Define mapplet?
What do you mean by channel change?
What is the function of look up transformation?
What is a joiner transformation and why it is an active one?
write sql query vertical to horiozontal following table id name 1 100 2 dinesh 3 india 1 101 2 suresh 3 india 1 103 2 prakesh 3 usa i want output like id name country 100 dinesh india 101 suresh india 103 prakesh usa
How can we use mapping variables in informatica?