Which of the following is a characteristic of a non-clustered index?

Which of the following is a characteristic of a non-clustered index?

مندرجہ ذیل میں سے کون سا غیر کلسٹرڈ انڈیکس کی خصوصیت ہے؟
Explanation
  • A non-clustered index stores pointers to the actual data, so the physical order of rows differs from the index order.
  • It allows multiple non-clustered indexes on a table and supports duplicate values.