0 votes
in Sql by
What do you mean by SQL query optimization?

1 Answer

0 votes
by

Query optimization is a process in which a database system compares different query strategies and select the query with the least cost.

...