Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Qualifying columns to improve performance?
At a course some years ago, we were told that in join statements, we should
qualify ALL our column names with the appropriate table name, not just those
that may be ambiguous. The reason was that the parser would not need to spend
time checking multiple tables to determine the table to which each column
belongs.
Is this still a valid rule?
Does this apply to statements in PL/SQL procedures/packages? Or are
they different, because they are checked at compile time?
-a
This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses.
www.mimesweeper.com
![]() |
![]() |