This function finds the relevant database tables that contain a specified column.
find_relevant_tables(conn, column_name, info = NULL, strict = FALSE)A character vector containing the names of the relevant tables.
The connection object or database connection string.
The name of the column to search for in the database tables.
Optional. The information data frame obtained from get_column_names() function.
If not provided, it will be obtained within the function.
Should only one table be returned? Relevant for id variables