What is the primary purpose for using the INCLUDE clause with a CREATE UNIQUE
INDEX statement?

A.
To improve performance of some queries by allowing index-only access.
B.
To combine two or more indexes to create a single unique index.
C.
To override the limit on index key columns.
D.
To further enforce the uniqueness of index values.