Answers

Question and Answer:

  Home  Database Developer

⟩ Tell me how to avoid duplicate records in a query?

The SQL SELECT DISTINCT query is used to return only unique values. It eliminates all the duplicated values.

 147 views

More Questions for you: