Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
4answers
1k views

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. ...
3
votes
4answers
95 views

PostgreSQL dump/restore

I don't want to Dump the entire table but only certain records in a table in my dump file and later restore the same. P.S.: I want to do the same for more than 1 table in my database but dump it in a ...
1
vote
2answers
2k views

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 ...
0
votes
1answer
541 views

dump JDBC Derby database to a SQL script

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 ...