Get Started
714

Q: How do you eliminate duplicate values in DB2 SELECT?

  • Show Answer
  • Workspace

Answer :
Explanation :

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;

The Most Comprehensive Exam Preparation Platform

Get the Examsbook Prep App Today