-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Michael Forman edited this page Oct 16, 2017
·
1 revision
The 6nf catalog helps you build robust sixth normal form (6NF) relational databases using a metadata catalog and a collection of generators to create the DDL.
Once you have created a schema file, the generators will create many different objects for you:
- Tables to store the current and historical versions of all attribute values
- Unique, Default, Primary Key, and Foreign Key constraints
- Insert / Update / Delete Functions
- Custom table types
- Versioned views to provide 3NF objects to consuming applications