70-465 · Question #12
Drag and Drop Question You are designing a database for a university. The database will contain two tables named Classes and Enrollment that have the following specifications: - Classes will store bro
FileTable is the correct technology for the Classes table because it extends FILESTREAM to support Windows file namespace compatibility, allowing files like XPS brochures to be stored in a structured folder hierarchy and accessed via UNC paths - exactly as specified. Partitioned
Question
Exhibit
Explanation
FileTable is the correct technology for the Classes table because it extends FILESTREAM to support Windows file namespace compatibility, allowing files like XPS brochures to be stored in a structured folder hierarchy and accessed via UNC paths - exactly as specified. Partitioned tables are correct for the Enrollment table because table partitioning improves query performance by allowing SQL Server to scan only relevant partitions (e.g., current enrollments) rather than the entire table, which is a classic use case for enhancing performance on large, range-queryable datasets.
Topics
Community Discussion
No community discussion yet for this question.
