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 / ramakanth
y=x+y-(x=y)
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
How to take user input in pl sql?
Explain how can you save or place your msg in a table?
What is the maximum database size for sql express?
Can we edit a view in sql?
What is oracle sql called?
What is pl sql block in dbms?
What is count * in sql?
Can we commit inside a trigger?
What are transaction and its controls?
explain what is mysql? : Sql dba
How show all rows in sql?
First round ------------------- - Procedure - Packages - Views - Virtual tables - Can we use dcl with in function? - Joins and few scenarios - Triggers and its type - Pragma, type and its functionality - How to create db link in oracle - Materialized view - How to find duplicate values from table? - Cursor and its functionality - Write a script to display friday and its date from a entire year. - Exception Handling Second round ------------------------ Gave a scenario like. Need to write a function to perform. When user try to change a password. It must not be last five password and a given password can be combination of characters, symbols, upper and lower case.
What do you understand by pl/sql records?
What version is sql?
Explain select statements in sql?