Simple Steps to Do!!
Without System Privileges :
Without System Privileges :
select table_name from all_tab_columns where column_name='THE_COLUMN_YOU_LOOK_FOR';
With System Privileges:select table_name from dba_tab_columns where column_name='THE_COLUMN_YOU_LOOK_FOR';
No comments:
Post a Comment