SQL Interview: 41 Sparse columns vs Nullable columns
This is a post in the SQL Interview series. These aren’t trick or gotcha questions, they’re just questions designed to scope out a candidate’s knowledge around SQL Server and Azure SQL Database.
Section: Administrator Level: Medium
Question:
Your team is considering a design where a small number of tables would each have a very large number of columns.
One developer has suggested making the columns SPARSE where another has suggested just making them NULLable.
2025-04-28