HW 4/16

I had a couple issues with the Homework. I could not get my data, whenever I imported it to SQL, to show that the numbers on the data are actual numbers. It kept reading them as text and I could not figure out how to fix this.

Homework 4/16 – Ethan Owen

I used the formula: SELECT * FROM Census INNER JOIN Crime ON Census.County = Crime.County I changed Place in the Crime sheet to be called “County” and tried cleaning the data so that both had columns on the far left side with counties in them, but while...

April 16 Homework-Sydney Richardson

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.