In which circumstances do you create a column store table? There are 3 correct answers to this question.
When the calculations are based on a small number of columns
When aggregations or fast search is required
When accessing complete records
When the table has a large number of columns
Submit