Link to home
Start Free TrialLog in
Avatar of lojayn
lojayn

asked on

database

I need a database of around 4 tables and a million recordes in it. I will use it  to build an application . Would you give me any suggestion on how to find such a free data set to build?
SOLUTION
Avatar of Patrick Tallarico
Patrick Tallarico
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Member_2_276102
Member_2_276102

Are you actually just looking for "data sets"? Or do you want a database system where you can create a few tables and generate a million records in them?

A number of database products are available for free that would let you create your own tables and put a million records in them.

Tom
Avatar of lojayn

ASKER

I will be using DB2, so I need a way to create the tables then load them .

though if you provide me  with the names of database products that are available for free that would let me create  tables and put a million records in them that would be great
Postgresql, mysql, sqlite are all open source free database solutions.
Each are quite widely used and have a good base of support.
I generally use Mysql right now, but have been looking into Postgresql and it looks pretty promising.
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial