Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Data Model tools for DB2

I have created a Database in DB2 and tables with relationships. I would like to create a ER diagram based on my database design in DB2. MS SQL has a facility to create ER diagrams from DB schema, but DB2 doesn't seem to have one, at least to my knowledge.

Any one know of any open source tools/facility within DB2 itself for this?

like image 352
Shaw Avatar asked Jul 18 '09 15:07

Shaw


1 Answers

You could try TOAD for DB2 (freeware and commercial versions).
Download here

Also IBM Data Studio looks promising.

like image 199
Kb. Avatar answered Sep 25 '22 15:09

Kb.