YOU HAVE A DATABASE TABLE WITH A FILESTREAM FIELD IN IT. MOST OF T...

10. You have a database table with a FileStream field in it. Most of the records in the table have a null value for this field. What’s the best way to save space?A. Move the data into a second tableB. Use sparse columnsC. Use the SQL Server 2008 Declarative Management FrameworkD. None of the above