Home » questions » Source for large SQL datasets?

Source for large SQL datasets?

2006-08-07 00:06:53, Category: Programming & Design
I am looking for some large datasets for an SQL class. By "large" I mean hundreds of thousands up to millions of records. Multiple tables and a dozen or so attributes each are preferred. Mixed data types (numeric, text, etc.) would be great. If the data come in raw text files, I can parse and import them no problem. Do you know where I could find them? Thanks!

Answers

  1. Indian_Male

    On 2006-08-07 02:48:40


    Since you are looking for large data sets, if you configure your class with required kind of members to hold mixed data types, use a data structure like Linked List.
  2. Zhonghua

    On 2006-08-10 06:35:04


    I am a database development programer, you use some tools and learn sql(struct query language ). You can get one tool of Advanced SQL Builder at http://www.dlkj.net/sqlBuilder/ . My email is ymx@hdrj.net. OK?
  3. Lord_of_Armenia

    On 2006-08-07 00:39:13


    if you're going to all the trouble of parsign, why not just use random number generators?