What is the primary purpose for using the INCLUDE clause with a CREATE UNIQUE INDEX
statement?
A.
To override the limit on index key columns.
B.
To further enforce the uniqueness of index values.
C.
To combine two or more indexes to create a single unique index.
D.
To improve performance of some queries by allowing index-only access.
Explanation: