_____ helps us to find unique record.
Answers
Answered by
0
Explanation:
To do this, you use the SELECT DISTINCT clause as follows: SELECT DISTINCT column_name FROM table_name; The query returns only distinct values in the specified column. In other words, it removes the duplicate values in the column from the result set.
Answered by
0
Answer:
stack overflow help us
Similar questions