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?
12 19911Create table emp (id number(9), name varchar2(20),salary number(9,2)); The table has 100 records after table created.Now i nee to change id's Datatype is to be Varchar2(15). now Alter table emp modify(id varchar2(15),name varchar2(20), salary number(9,2)); Whether it will work or returns error? post answer with explanation.
13 22482What is the difference between CHAR and VARCHAR2? If VARCHAR2 serves the uses of CHAR why CHAR is still used and not been discarded yet?
9 18426Post New Oracle SQL PLSQL Interview Questions
Can main() method in java can return any data?
What is functional and regression testing?
What is bare-metal node and what does it comprised of?
Burn two ropes, one needs 60 minutes of time to burn and the other needs 30 minutes of time. How will you achieve this in 45 minutes of time ?
What Is Mechatronics?
Why you are selected software testing as career ?
Is it possible for something to explode in space like in the movies?
How generating electric power export to grid from the generating station ?
Where do you use sampling procedures?
What is fulltrust?
How do I print full page without margins?
What is difference between temp table and cte?
What is the strategy used to test new mobile app?
WHAT IS counter flux IN CT?
What is the most common sql injection tool?