tags:

views:

52

answers:

1

Can anyone suggest me the format of how to make and analyse database documentation.

+3  A: 

There are tools to reverse engineer the schema of a database into a diagram that shows tables, relationships, field descriptions, etc.

Visio can reverse engineer SQL Server databases, for example.

Joubert Nel