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?
Answer Posted / guest
http://www.youtube.com/watch?v=3bCgGrEz8Kw&NR=1
bug
http://www.youtube.com/watch?v=zZdQ6HXXDiE&feature=related
levels of testing
http://www.youtube.com/watch?v=osgaXV4qtZg
software testing
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
what is unique key constraint? : Sql dba
Can you do multiple joins in sql?
What is rownum in sql?
What is the difference between the conventional and direct path loads? : aql loader
define data blocks ? : Sql dba
What are triggers in sql?
What is dialect in sql?
What does sql stand for?
How can you fetch first 5 characters of the string?
Does view contain data?
List and explain the different types of join clauses supported in ansi-standard sql?
Is it important to partition hard disk?
What is primary key secondary key alternate key candidate key?
Why triggers are used?
What is crud stand for?