Finding which table contains a column in the oracle
SELECT TABLE_NAME FROM USER_TAB_COLUMNS WHERE COLUMN_NAME='id'
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
SELECT TABLE_NAME FROM USER_TAB_COLUMNS WHERE COLUMN_NAME='id'