Duplicate records are removed from the result set using Oracle ____ clause

1. Duplicate records are removed from the result set using Oracle ____ clause.

  1. DISTINCT
  2. FROM
  3. HAVING
  4. ORDER BY

Answer: A) DISTINCT

Explanation:

Duplicate records are removed from the result set using Oracle DISTINCT clause.

Comments and Discussions!

Load comments ↻






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