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

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

  1. It returns us the duplicate values
  2. It returns us the unique values
  3. It returns us the NULL values;

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.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.