Does width of a column name really matter when I do select
or insert
or when I run stored procedure
? Any performance implications with respect to column name width.
I guess the answer is No. But I still want to get more insights to it. May be different databases internally refer sql table column names differently. The answer which is true for MS Sql Server may not hold true for Oracle?