UNIQUE node

This node represents rows with duplicate values.

Node name: UNIQUE

Represents: The elimination of rows having duplicate values for specified columns.

Performance Suggestion:
  • This node is not necessary only if a unique index exists on appropriate columns.

    For guidelines about indexes, see Creating appropriate indexes in the online help for Visual Explain.


Feedback