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 17929Create 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 20579What 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 17058Post New Oracle SQL PLSQL Interview Questions
What is Gd PHP?
Explain what is polymorphism in c++?
What is a nested type. Give an example?
int i=10; printf("%d %d %d", i, i=20, i);
Is excel rand truly random?
why various test are performed on electrical panels & power cables before commissioning on site & what are these test???
What is the difference between cursor stability and repeatable read isolation levels?
What is standard data type and what is user defined data type?
Is http stateful or stateless?
What is meant by biotransformation and swertiamarin?
How do I change the name of master / parent role keeping the name of derived/child role same? I would like to keep the name of derived /child role same and also the profile associated with the child roles.
What are the modes that are provided in silverlight?
Explain sovereign wealth fund.
Explain the difference between component, helper, behavior in cakephp?
What is the difference between left and left outer join?