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

Best EXPLANATION: Partition function DEFINES the NUMBER of partitions that the table will have and how the BOUNDARIES of the partitions are defined.



Discussion

No Comment Found

Related InterviewSolutions