the answer is at first i was inserted the data into the table with the use of this query we can get the even positions of records from that particular table
1)select empno from (select empno rownum rn from emp order by empno desc) it where mod(it.rn 2) 02)delete from emp where rowid in (select rd from (select empno rowid rd rownum rn from emp rder by empno desc) it where mod(it.rn 2) 0http://360.yahoo.com/suresh.kandukuru