Multiple choice technology databases

Parsing engine Manages and retrieves data from disk storage

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The parsing engine handles query parsing and execution plan generation in SQL Server. Actual data storage and retrieval from disk is managed by the storage engine and buffer pool, not the parsing engine.