database-dump

Online database dumps for the public.

You may want to dig into that kind of data for fun, to impress your friends, to gather statistical data, to test algorithms, or whatever. My two favorite database dumps: Stack Overflow data dump. The Internet Movie Database (IMDb). You can post links for any kind of data that you find interesting. ...

English dictionary SQL dump?

I'm looking for an open source, full english dictionary, that includes the type of word (i.e.: adjective, past tense, etc.) in some sort of database format, either SQL or something that could be easily parsed and turned into sql. Any idea where I could find such a thing? ...

dump JDBC Derby database to a SQL script

Hello, I think this task should be obvious but I couldn't find how to do it. I am going to create a Java DB database (Derby) that will later be copied from my computer to another computer through a SQL script. Can I create it using Netbeans' GUI and then export it (and if yes, how), or do I have to write the script myself? Thanks. ...