Abhishek Kumar
Can a Unique key accept more than one Null Value ?
By Abhishek Kumar in .NET on Sep 14 2015
  • shreeniwas kushwah
    Feb, 2018 22

    Yes, Unique Key can be accepted more than one NULL value. Create NONCLUSTERED UNIQUE Index on the Column with WHERE Filter Column_Name is not NULL.

    • 1
  • Vishal Jadav
    Aug, 2016 8

    No. Only one Null is allowed for unique key constraint.

    • 1
  • Amol Sontakke
    May, 2016 6

    Only One Null Value

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS