Solution
:
The SELECT DISTINCT stamen will returns distinct values. SELECT DISTINCT statement
will eliminates the duplicates from the result. DISTINCT can be used for single column, it does
not support the multiple columns. Using this we can get the unique record from the table instead
of duplicate records.

SolutionThe SELECT DISTINCT stamen will returns distinct values. .pdf

  • 1.
    Solution : The SELECT DISTINCTstamen will returns distinct values. SELECT DISTINCT statement will eliminates the duplicates from the result. DISTINCT can be used for single column, it does not support the multiple columns. Using this we can get the unique record from the table instead of duplicate records.