Code Used:

SELECT *
FROM Census_SR
INNER JOIN Crime_SR
ON Census_SR.County = Crime_SR.Place ;

Census_Crime_Combined_SR3

Not sure if I exported my file correctly, I can show you in class my file on SQL if necessary.