I am, for the first time, writing descriptions for my SQL Server tables (from the Description
field in the Properties
Window), and I started thinking about what to exactly write in such a field.
For examples, some tables are self-explanatory according to their titles...like a table called Albums
in a "Music System". What description would you actually write in such a case?
And what 'other' information do you normally include in the description? Do you mention the relationships to the table?
Is there a standard, formal way for writing descriptions for Tables?