Hi all, i have a 3[novice-like] questions:
1
When joining two tables, if joining a table to itself via aliasing, as opposed to joining two separate tables, is this less power/speed/resource intensive or more so?
2
SELECT...
FROM...
WHERE...
AND a.col1 = 'jones' <--- is this line an actual join, or a comparison
operation/condition?
3, are outer joins so much of a burdon (regardless of actual querying)? i.e. are they more performance intensive than triggers per se? Do certain join types such as outerjoins, are more performance deteriorating if VL volumes of data stored in the db as opposed to smaller volumes of data, when querying?
Thanks for reading, looking forward to replies!