Suppose I have 4 tables, named:-
- tbl_user
- tbl_doctor
- tbl_chat_request
- tbl_payment
Now three tables have a field called users_id
Is there are query which can tell me all the tables which has a field with column name users_id
?
I don't even have any idea if it is possible or not.