How to display the relevant columns by searching a value using SQL statements | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to display the relevant columns by searching a value using SQL statements

Example: Database1, Database2, Database3, Table1, Table2, Table3 Column1, Column2, Column3 In the above database structure, I am not sure where all the places (tables and columns) the value "Value1" is associated. So please guide me the SQL statements where I can locate the linked tables and columns which is holding the value "Value1".

8th Sep 2016, 8:35 AM
Sabeel Ather M G (Sozial Sabeel)
Sabeel Ather M G (Sozial Sabeel) - avatar
1 Answer
0
I suggest you looking into union
4th Oct 2016, 10:11 AM
Jelmer de Vries
Jelmer de Vries - avatar