thewhistler1
Technical User
I work with a data base that has about 400 tables and sometimes it is hard figuring out how tables relate to other tables. What I would like to do if possible is write a script that searches the column names.
example
Table name - team_member
Columns - team_member_oid, name,address,phone, etc...
How can I search the datebase for the a column name for example team_member_oid to find all the tables that contain team_member_oid?
Any advice on this would be much appreciated. Thanks
example
Table name - team_member
Columns - team_member_oid, name,address,phone, etc...
How can I search the datebase for the a column name for example team_member_oid to find all the tables that contain team_member_oid?
Any advice on this would be much appreciated. Thanks