20
Apr
How to search for a column name in the Oracle Database
When you are working with Database systems, very often you will be stuck in a situation where you vaugely remember the column name but doesn’t know which TABLE the COLUMN belongs to. I’ve been in this situation more than a dozen times myself. I blame my bad memory for this.
Well, here is a small SQL query that does the trick for you… Continue reading