Help get this topic noticed by sharing it on
Twitter,
Facebook, or email.


Looking for learning sql's sample database
Can someone give me the url to the sample database for learning sql? The one in the book just points to the book.
-
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. -
-
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 -
-
Hey, i need help from u. how to connect ms sql server, and how it can added data in data base? in black book there is no specified this topic, so please help me.. thanks
-
-
What is the licensing around the script? Can it be used for building sample applications against it as a datasource? Any restrictions?
--Bill -
-
pls after saving the file, how do i upload it into the mysql 6 ?
-
-
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