This document discusses SQL Server query plans, including how to read graphic, XML, and text query plans. It covers one-table and join SELECT queries as well as INSERT, UPDATE, and DELETE queries. The tools for viewing query plans like Management Studio and Server Profiler are presented. Clustered and non-clustered indexes are defined, with clustered indexes physically sorting data in a B-tree structure and non-clustered indexes sorting index columns without changing data ordering. The document contains an agenda, overview of SQL Server architecture, demo section, and availability for questions.