I suspect you want these to be map columns from one db table to another db table. You can do this using some string comparison algorithm. An algorithm similar to the Levenshtein or Jaro-Winkler distance will allow you to draw conclusions about correspondence columns.
, db1.tableA L_Name, db2.tableB LastName, . , , , , , : "", "" .. .
, ( - !), .
HTH