Looking for learning sql's sample database
The more people who ask this question, the more it gets noticed.
-
Inappropriate?Hi,
You can find the sample database for that book here -
http://examples.oreilly.com/learnings...
You'll probably need to right-click on the file and choose save as, because sometimes sql files open in the browser when you just click on the link, since it's basically text. -
Chris, hi
This Bridgit Waterman. I can download the text file. I just can't reach the file when I type the "Source..." sql line in MySql. It gets the the the letter "o" in my address and tells me MySql doesn't recognize this command or letter or element. Why not?
Thanks -
Inappropriate?Hi Bridgit,
Here is an alternative command that should load the sample data -
mysql -u lrngsql -p -D bank < LearningSQLExamples.sql
I hope that helps,
Chris
Loading Profile...




EMPLOYEE