Sample databases for practicing

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tony

    #1

    Sample databases for practicing

    I'm currently teaching a course in web programming where we're using PHP to
    connect to MySQL. A book we're using has a sample database in it for use in
    practicing, but the database is not well populated with data. This works
    fine for some applications, but I'd really like the students to experience
    working with a variety of database structures and a larger volume of table
    data.

    Can anyone suggest a source for "sample databases"? The format isn't
    critical, since I can probably find a filter to help me get it into MySQL.
    My searches thus far on the web haven't been very productive.

    Tony


  • Tom Thackrey

    #2
    Re: Sample databases for practicing


    On 9-Feb-2004, "Tony" <nospam@pittare se.com> wrote:
    [color=blue]
    > I'm currently teaching a course in web programming where we're using PHP
    > to
    > connect to MySQL. A book we're using has a sample database in it for use
    > in
    > practicing, but the database is not well populated with data. This works
    > fine for some applications, but I'd really like the students to experience
    > working with a variety of database structures and a larger volume of table
    > data.
    >
    > Can anyone suggest a source for "sample databases"? The format isn't
    > critical, since I can probably find a filter to help me get it into MySQL.
    > My searches thus far on the web haven't been very productive.[/color]

    The government has tons of data. Most of it is carefully collected and
    pretty much useless, perfect for learning. :-)

    Here's a link to the census data:
    ftp://ftp2.census.gov/census_2000/datasets/

    --
    Tom Thackrey

    tom (at) creative (dash) light (dot) com
    do NOT send email to jamesbutler@wil lglen.net (it's reserved for spammers)

    Comment

    Working...