how will u get 1 and 3rd and 5th records in table what is
the query in oracle please help me
Answer Posted / millar
ie.
select column from table_name where mod(primary_key_column,2)=1;
select employee_id from employees where mod(employee_id,2)=1
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What all are steps in up gradation of Informatica server?
What is complex mapping?
Can any one give me a real time example for FACT TABLE & DIMENSIONAL TABLE?
HOW TO PROCESS THE ROWS FROM JOINER AND EXPRESSION TRANSFORAMTION TO SORTER TRANSFORMATION
What is the Process to creating lookup transformation in informatica
What is depict expression change?
How to generate or load values in to the target table based on a column value using informatica etl tool.
What is meant by lookup transformation?
How to do the error handling of if ur source is flatfiles?
How do you load only null records into target? Explain through mapping flow.
can any one give some examples for pre sql and post sql(Except dropping and creating index).
Explain your project of banking domian.
can any one explain about dataflow in the informatica project for bank domain....thanks is advance
What is workflow? What are the components of the workflow manager?
How to display session logs based upon particular dates. If I want to display session logs for 1 week from a particular date how can I do it without using unix. ?