InterviewSolution
Saved Bookmarks
| 1. |
__________ is a database object that defines how the rows of a table or index are mapped to a set of partitions based on the values of certain column.(a) Partition function(b) Partition scheme(c) Partition column(d) All of the mentionedI had been asked this question during an internship interview.I would like to ask this question from Partitioning in section Performance Tuning and Optimization of SQL Server |
|
Answer» Correct answer is (a) PARTITION function |
|