#1) The dbms ____ the sql query and chooses the most efficient access/execution plan.
Answer: Parses. Query Parsing or Query Processing would meant the entire process or activity which involves query translation into low level instructions, query optimization to save resources, cost estimation or evaluation of query, and extraction of data from the database.