one of the column in my table contains the data like SAL ---- 1000 1000 2000 3000 3000 So my requirement is i want output like SAL --- 1000 2000 3000 it mean i want to delete duplicate rows in the table permanently and i want output in the above formatow should u write query?
13 24010Interchange the value of a column Gender in a table where values are Male and Female. So, where the value is Male, it should changed to Female and Female to Male.
4 20057What will be the output of this Query? select to_char(trunc(add_months(sysdate-3),mm),mm/dd/yyyy) from dual
6 20059I have a tablle like this. cust acc --------------- a 1 b 2|3 c 4|5|6 I Want below o/p: cust acc ----------- a 1 b 2 b 3 c 4 c 5 c 6 Please any one can you have any ideas share me. I have urgent requirement.
4 12605Post New Cap Gemini SQL PLSQL Interview Questions
Why is it better to wrap items in combobox item?
explain the flash vs. Animated images and java applets? : Adobe flash
Explain what are the values that can be taken by property white-space of css3?
What are the steps in which unicode codesets can be set with the weblogic jdriver?
What is name hiding in c++?
How do I associate an xml in excel?
What is a namenode?
what is mean by tax holiday?
Who is the founder of ubuntu?
Explain about struts relation to html tags?
Do you know what is priority inversion?
Explain what is a product backlog in scrum?
What are spring transactions?
Which framework is provided for the programs to interchange information about Linux OS?
Is an arraylist a vector?