Database Developer Question:
Tell me how to avoid duplicate records in a query?

Answer:
The SQL SELECT DISTINCT query is used to return only unique values. It eliminates all the duplicated values.
Previous Question | Next Question |
Please explain what is DBMS? | Explain me what is Stored procedure? |