...
Database-Management-System
October 4, 2023
Database-Management-System
October 4, 2023
Database-Management-System
October 4, 2023
Database-Management-System
October 4, 2023

UGC-NET DEC-2019 Part-2

Question 20
Which of the component module of DBMS does rearrangement and possible ordering of operations, eliminate redundancy in query and use efficient algorithms and indexes during the execution of a query?
A
query compiler
B
query optimizer
C
Stored data manager
D
Database processor
Question 20 Explanation: 
The query optimizer (called simply the optimizer) is built-in database software that determines the most efficient method for a SQL statement to access requested data. The optimizer choose the plan with the lowest cost among all considered candidate plans(the cost computation accounts for factors of query execution such as I/O, CPU, and communication).
It rearrange and does the possible ordering of operations, eliminate redundancy in query and use efficient algorithms and indexes during the execution of a query
Correct Answer: B
Question 20 Explanation: 
The query optimizer (called simply the optimizer) is built-in database software that determines the most efficient method for a SQL statement to access requested data. The optimizer choose the plan with the lowest cost among all considered candidate plans(the cost computation accounts for factors of query execution such as I/O, CPU, and communication).
It rearrange and does the possible ordering of operations, eliminate redundancy in query and use efficient algorithms and indexes during the execution of a query

Leave a Reply

Your email address will not be published. Required fields are marked *