theremin
Mar 19, 2004
I did all the ones I could, but had trouble coming up with like the last 6 of the SQL statements required. So, I put what the database looks like, and the problems I couldn't figure out into Word....
Good to know. Thanks. I haven't tried INNER JOINs yet, because I didn't understand them, but now I do, a little better.
in case I wasn't clear enough:
SELECT col1, col2 FROM table1, table2 WHERE table1.col3 = table2.col9
is an inner join.