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 19907Create 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 22479What 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 18424Post New Oracle SQL PLSQL Interview Questions
how do secured fields behave for filtered views?
what are the functions of the typical server program? : Client server computing
What is meta html?
Please write a program to display “welcome to bestinterviewquestion.com” in c#?
If we want to copy 10 blocks from one machine to another, but another machine can copy only 8.5 blocks, can the blocks be broken at the time of replication?
What is the difference between action support and action function?
What is the ideal position cooling fan inside the dc motor?
viewing entire results after the batch run in qtp Is there is a easier way view the complete results with out opening one by one test scripts
plz send me hsbs finance questions asked in the interview ans appitude also
What is test metric is software testing and what information does it contains?
what does it mean an active front end in vfd plz explain it briefly
What is eapol authentication?
What are the ways to use namespaces?
Explain the difference between a simulator and emulator.
When the server gets shut down does data stored in memcached is still available?