Question

What is 'query optimization' in DBMS?

A Rewriting SQL queries to use simpler syntax which are fast in execution
B The process by which the database engine automatically selects the most efficient execution plan for a query to minimize response time and resource usage
C Manually adding indexes to all database columns so that accessing data becomes fast
D Splitting large queries into multiple smaller queries so that the execution becomes faster and efficient
E Converting SQL queries to stored procedures for faster execution
Practice Next

Relevant for Exams:

Hey! Ask a query