how will u get 1 and 3rd and 5th records in table what is
the query in oracle please help me

Answer Posted / priyank

select * from (select rownum rn,emp.* from emp) where mod
(rn,2)=1;

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I am new to informatica and learning it,can anybody please tell me how we receive source as flat file in informatica,from where we get this flat file?

1401


What are the types of schemas we have in data warehouse.

621


4 yrs etl devloper roles and responsibilities?any body give solutions

1690


can we override a native sql query within informatica? Where do we do it?

736


How many ways a relational source definition can be updated and what are they?

664






Differences between connected and unconnected lookup?

730


How to load the data from people soft hrm to people soft erm using informatica?

649


Can we change Dynamic to Static or Persistent cache? If so what happens?

1811


What do you understand by term role-playing dimension?

687


What is the surrogate key?

741


What is a code page?

800


what is persistent lookup cahce?how to use and when to use this persistent lookup cahce?explain?

1904


what is the hint? how to use it to reduce the query processing in program?

6674


What does role playing dimension mean?

715


Differentiate between sessions and batches?

659