70-465 · Question #116
Drag and Drop Question You are designing a database for a university. The database will contain two tables named Classes and StudentGrades that have the following specifications: - Classes will…
The correct answer is FileTable; Filegroup. FileTable is correct for the Classes table because it extends FileStream to support storing files in a hierarchical folder structure that is accessible via Windows UNC paths, and natively supports XPS (and other file formats) as Windows files. Filegroup is correct for the…
Question
Exhibit
Answer Area
Drag items
Correct arrangement
- FileTable
- Filegroup
Explanation
FileTable is correct for the Classes table because it extends FileStream to support storing files in a hierarchical folder structure that is accessible via Windows UNC paths, and natively supports XPS (and other file formats) as Windows files. Filegroup is correct for the StudentGrades table because placing a table in a separate filegroup allows it to be backed up independently on its own schedule using filegroup-level backups, which is a standard SQL Server backup strategy for differential scheduling.
Topics
Community Discussion
No community discussion yet for this question.
