how will u get 1 and 3rd and 5th records in table what is
the query in oracle please help me
Answer Posted / jhansi
It displays odd rows
select * from emp where (rowid,0) in(select rowid,mod
(rownum,2) from emp);
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Under what condition selecting sorted input in aggregator may fail the session?
Different sorts of metadata that stores in the storage facility?
Explain scd type 3 through mapping.
Performance tuning in UNIX for informatica mappings?
Briefly describe lookup transformation?
How to elaborate tracing level?
How to load a Dimension ? and how to load a fact table?
Explain transaction control transformation in informatica
What is lookup change?
If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b, the target should be loaded as 1 a+b+c or 1 a||b||c, what transformations should be used for this?
How to use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?
What are the different components of powercenter?
IN SCD1, insource we have 10 billion records and in the first day its uploaded successfully and in the second day its taking time to upload because some records it might get update or insert new records. As a developer what will be the better solution for this??
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
EXL informatica Questions