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
How many commands are in sql?
What is trigger types of trigger?
Is truncate ddl or dml?
If the application is running very slow? At what points you need to go about the database in order to improve the performance?
What are types of indexes in sql?
Can one improve the performance of sql*loader? : aql loader
How much does sql cost?
What is sap sql anywhere?
How do you update a sql procedure?
What information is needed to connect sql*plus an oracle server?
What is string join?
What is number function in sql?
Which is the correct statement about truncate and delete?
What is the purpose of the partition table?
What are the events on which a database trigger can be based?