I have some tables, Ex.: Car(id, NameCar) and Person(id, PersonName, Address, etc)
I need to search for a keyword and say in which columns I found it.
Example: Search for Civic, return Person with id 10 have Civic at Car Name, and at Address Name.
How can I do this with good performance?