| > |
QUESTION POSED ON: 09 November 2008
I had control of what data gets entered into my table, I could potentially avoid the need for LEFT OUTER JOIN. For example, I could create dummy matching records in the join table with null values, thus negating the need for a LEFT OUTER JOIN. Will I get better performance if I do so and is this a good design approach?
|
|