there are 2 variables called x and y ,x contains 1,2 and y
contains 3,4 we have to swap the values from x to y and y
to x with out using dummy variables and it can be done only
by using a single statement ? how?
Answer Posted / ravin
Buddies, why are you all selecting from and updating the
tables. The question says, just two variables to be swapped
without using any extra variable and also with a single
statement.
And Ramakanth's answer is right i.e. y=x+y-(x=y) . Thats it.
^^x contains 1,2 - didn't understand though.
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
What is the difference among union, minus and intersect?
What is column?
What does truncate mean in sql?
explain advantages of innodb over myisam. : Sql dba
What is data profiling in sql?
How does sql*loader handles newline characters in a record? : aql loader
Can we rollback after truncate?
What is the usage of distinct keyword?
What is the difference between local and global temporary table?
Explain raise_application_error.
What is normalisation and its types?
How does rowid help in running a query faster?
which operator is used in query for pattern matching? : Sql dba
What is the difference between inner join and left join?
How to select unique records from a table?