How do you eliminate duplicate values in DB2 SELECT?

Options
- Use SELECT DISTINCT
- Use SELECT DUPLICATE
- Use SELECT DELETE
- None of the above


CORRECT ANSWER : Use SELECT DISTINCT

Write your comments

 
   
 
 

Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement