Code Used:
SELECT *
FROM Census_SR
INNER JOIN Crime_SR
ON Census_SR.County = Crime_SR.Place ;
Not sure if I exported my file correctly, I can show you in class my file on SQL if necessary.
Code Used:
SELECT *
FROM Census_SR
INNER JOIN Crime_SR
ON Census_SR.County = Crime_SR.Place ;
Not sure if I exported my file correctly, I can show you in class my file on SQL if necessary.
No, this didn’t work out as planned.
I matched 14 fields. See the homework answer and data that I posted:
https://wordpressua.uark.edu/datareporting/final-project-april-18-may-4/
Keep at it! You will figure this out, I know that for sure.