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 18071Create 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 20753What 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 17147Post New Oracle SQL PLSQL Interview Questions
What is the use of dependency injection in android?
Is a tag self closing?
What is applicant Tracking?
The babylonian number system is base 60, which makes it.
why should we select you?
Why would you use untrusted verification?
What is dom and bom?
How do I select all files in multiple folders?
How can leveltrol be installed in steam drum for measuring the level of steam drum
Explain the codeigniter library. How will you load it?
Do you need to have a blog in order to use WordPress for a site?
What is zener diode? What is voltage regulator?
What is form record?
Can you use javascript in servlets?
How to connect ms access to sql servers through odbc?