Computer Science, asked by rak2846, 5 months ago

What is the function of query processor?​

Answers

Answered by MiraculousBabe
5

Answer:

In a relational database system the query processor is the module responsible for executing database queries. The query processor receives as input queries in the form of SQL text, parses and optimizes them, and completes their execution by employing specific data access methods and database operator implementations.

Answered by Anonymous
5

In a relational database system the query processor is the module responsible for executing database queries. The query processor receives as input queries in the form of SQL text, parses and optimizes them, and completes their execution by employing specific data access methods and database operator implementations.

Similar questions