vote up 0 vote down star

I would like to design a metadata repository for the internal database. The repository should be able to provide simeple answers to questions like - which tables have what type of data and what are the table relationships ? Any industry standard guidelines that I should follow ?

flag

55% accept rate

1 Answer

vote up 0 vote down

I read recently that the SQL 92 standard mandates databases have an INFORMATION_SCHEMA meta data repository and, Googling a little, I see that it supports both of your example questions.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.