Cosmos75
Registered User.
- Local time
- Today, 13:31
- Joined
- Apr 22, 2002
- Messages
- 1,280
Which is faster
1) Query based on another query that has joined info back together from tables?
2) Query based on tables?
3) Depends?
Other than using some sort of timer on the queries is there a better rule of thumb?

I have a database based with close to 80 queries and am having a hard time keeping track of what query does what. Am wondering if it is better to have ONE query that pulls data from many tables or have a few intermediate ones and one final one pulling the info from the intermediate queries? What effect does having criteria or formulas have on making that determination?
1) Query based on another query that has joined info back together from tables?
2) Query based on tables?
3) Depends?
Other than using some sort of timer on the queries is there a better rule of thumb?
I have a database based with close to 80 queries and am having a hard time keeping track of what query does what. Am wondering if it is better to have ONE query that pulls data from many tables or have a few intermediate ones and one final one pulling the info from the intermediate queries? What effect does having criteria or formulas have on making that determination?