How do you optimize a SQL query to improve performance?
Resposta da entrevista
Sigiloso
18 de jun. de 2024
To optimize a SQL query for better performance, consider the following steps:
-Use Indexes
-Limit the number of subqueries and joins
-Use proper data types