G
Gary B
if i have some tables that have inner joins amongst themselves where one
join per table is enough to acomplish my desired result...
BUT,
these tables also have other keys in common.
Is it advantageous to declare all relationships in the FROM clause in order
to maximize the most optimized(fastest) query?
join per table is enough to acomplish my desired result...
BUT,
these tables also have other keys in common.
Is it advantageous to declare all relationships in the FROM clause in order
to maximize the most optimized(fastest) query?