Q. From all the clauses in MYSQL what task is performed by the DISTINT clause?

  • (A) It returns us the duplicate values
  • (B) It returns us the unique values
  • (C) It returns us the NULL values;
  • (D) ----
πŸ’¬ Discuss
βœ… Correct Answer: (B) It returns us the unique values
Explanation: If we only want to keep unique records then in that case we can simply use the DISTINCT Clause.
Explanation by: Jatin Dubey
If we only want to keep unique records then in that case we can simply use the DISTINCT Clause.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
521
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Jatin Dubey
Publisher
πŸ“ˆ
97%
Success Rate