This Procedure is used to generate the datadistionary for a database.
It gives following columns :
table_id,
table_name,
column_order,
column_name,
column_description
Usage:
Create the Procedure in the database where the datadisctionary need to be generated.
Call : Execute Generate_getDataDictionary
Return the result in Tabular format.
A Normalization Primer
For most DBAs, normalization is an understood concept, a bread and butter bit of knowledge. However, it is not at all unusual to review a database design by a development group for an OLTP (OnLine Transaction Processing) environment and find that the schema chosen is anything but properly normalized. This article by Brian Kelley will give you the core knowledge to data model.
2003-01-13
18,597 reads