摘要:
Lesson 1: Index ArchitectureQuick Check1. What type of structure does SQL Server use to construct an index?2. What are the three types of pages within an index?Quick Check Answers1. SQL Server uses a B-tree structure for indexes.2. An index can contain root, intermediate, and leaf pages. An index ha 阅读全文