Database Design
Database Design :
Database design is the process of producing a detailed data model of a database. This model contains all the needed physical design choices and physical storage parameters needed to generate DDL which can then be used to create a database. A fully attributed data model contains detailed attributes for each entity.
From : en.wikipedia.org/wiki/Database_design
Database Design Tool
DDT is a tool allowing the creation of Database designs. Database Schematics can be drawn, and exported to SQL statements.
It is also possible to import SQL descriptions and visualise them using DDT.
Loading .....