Other than readability and personal preference, are their any rules to aliasing tables in sub queries?
For instance, if you alias a table in the outer query AB, is there any scenario where giving a table in a sub query the alias AB would cause problems?
Or if a table used in the outer table is also used in a sub query should you give it a different alias in the sub query?
If it maters where can I find a list of rules? I don't seem to be using the right words when I search.
If it doesn't mater, what to you think it the most readable way to alias tables in sub queries?
Thank you
VE