I have to search string in database , suppose i don't have column name and table name , i have to find all the column name and table name in whole database.I want to do it with Python or pandas , please suggest a efficient and faster way to do it as i have huge amount of data .I have the table which contains table name and column name.
All_table ---It contains all the table. all_tab_columns ---It contains all the table with their corresponding names