I have recently joined a company as a junior developer. I am expected to pull data from relevant tables/columns in MYSQL and have no idea where to look.
Is there a way I can find the list of columns in their respected tables based on a value I know the column would have? E.g searching the entire database for the value 'bob' to determine the name of the column? (in this case the name of the column could be 'first_name' associated with the 'users' table OR 'Employee' table).