Hi everyone,
i have several problems with some queries, i have two tables Person (id, idCountry) where primary key is a composite id of id and idCountry, my other table is Country(idCountry, CountryName), if i search all persons who has visited USA i received a set of persons, well , now i need to get the persons in that set that visited Mexico too, then i received a small set of persons, now i need in that set the persons that also visited spain, how can i use caching feature for this?...
thanks...
|