Home » Interview » Technology

How do you eliminate duplicate values in DB2 SELECT?

Correct Answer: Use SELECT DISTINCT in DB2 query The DISTINCT keyword can be used to return only distinct (different) values Syntax: SELECT DISTINCT column1,column2 FROM table_name;

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion