if table named a is there
and 4 records are there then how to swap (1 and 3) and (2 and 4) records at a time
Answer Posted / lokeshwari
select id,decode(id,'1','3','3','1','2','4','4','2') from tb11;
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Determine if oracle date is on a weekend?
Show the cursor attributes of pl/sql.
Enlist some predefined exceptions?
What is the sql*loader? : aql loader
What are all the common sql functions?
What are local and global Indexes and where they are useful.
What is a full join sql?
how do you tune the slow running queries in oracle db , explain the methodology
What does partition by mean in sql?
What type of database is cloud sql?
Is sql sequential or random?
What is difference between cursor and trigger?
State few characteristics of pl/sql?
What does the argument [or replace] do?
How can we link a sql database to an existing android app?