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 19096Interchange 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.
3 16585What will be the output of this Query? select to_char(trunc(add_months(sysdate-3),mm),mm/dd/yyyy) from dual
6 17359I 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 10095Post New Cap Gemini SQL PLSQL Interview Questions
Why do we need to use bootstrap?
How can you get the size of an image in PHP?
What is deffered income
Which versions of Merge are Year 2000 (Y2K) compliant?
How to rollback a JDBC transaction?
How is streaming implemented in spark?
How we can install struts?
What is the format of a log message in a web logic server?
How would you define the end of a macro?
Can we have multiple public classes in a java source file?
Which type of server technology is used by joomla?
Which are low level languages?
Tell me what is degree of a relation?
How many bits is a string in java?
How to remove safemode of namenode forcefully in HDFS?