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
What is a pre-defined event and user-defined event?
How does the aggregator transformation handle null values?
Briefly describe lookup transformation?
what is SDLC way of code development?
How many ways a relational source definition can be updated and what are they?
What is the difference between STOP and ABORT options in Workflow Monitor?
I have worked on Informatica 7.1.1. I want to know the answer for the below question. Target is not created initially.Then how to take the DDL script from the source and run the Mapping by creating the Target dynamically?Is it possible by SQL Transformation?
Write the prerequisite tasks to achieve the session partition?
How do you remove duplicate records in informatica? And how many ways are there to do it?
Define mapplet?
what are factless facts? And in which scenario will you use such kinds of fact tables.
My source is delimited flat file Flat file data is H|Date D1|ravi|bangalore D2|raju|pune T|4 The data will be send to target if the fallowing two conditions satisfied 1.The first row Date column is equal to SYSDATE 2.Last record second port equal to number of records. How to achieve?
While importing the relational source definition from the database, what are the metadata of source that will be imported?
Please let me know how to make encryption and decryption with example?
what is the size of your data warehousing?