When we select data from multiple tables millions of records. how to improve the execution process?
My Answer: 1)Don't Use * when we use select statement, instead of * use the required columns.
2) Add an index to the columns.
3) avoid the union
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ronika JencyPosted Mar 3, 2021, 5:31 AM