SQL Wyszukaj wszystkie kolumny bazy danych Oracle SQL

select table_name from all_tab_columns where column_name = 'PICK_COLUMN';
Terrible Tarsier