Difference between revisions of "Modeler:Tutorial/Deriving a Database Schema"
Line 170: | Line 170: | ||
= Reducing = | = Reducing = | ||
1. Select the GLR window: | |||
[[File:Glrreducestepbystep.GIF]] | |||
Make sure the options are set as displayed above. | |||
2. Click Start... | |||
[[File:Glrreducestepbystep2.GIF]] | |||
3. Click Yes to reduce everything. | |||
4. Open the File menu and select Close Project. Do not save the project. | |||
= Generating Table Documentation = | = Generating Table Documentation = |
Revision as of 11:07, 18 February 2013
In this lesson you will learn how to check the integrity of an information grammar and how to derive a database schema.
Checking the integrity of an information grammar
Step 19
1. Open the Repository menu and select Validate:
A detailed description of the checks can be found in appendix B.
2. Click Check.
3. Close the Integrity Check window.
Deriving a grouping proposal
Step 19
1. Open the Repository menu and select GLR:
Make sure all options are set as displayed above.
2. Click 'Start processing'.
First the casetool will perform an Integrity Check. If the casetool encounters any errors the Integrity Check window will be opened so you can examine the error. If Integrity Check encounters only warnings, the Integrity Check window will not be opened.
3. Click Ok.
The casetool will now commit all changes to the repository. Copies are made of both the IG and the openend IGD's. The copies are automatically added to the Project Manager. The casetool will open the copies and continue the GLR algoritm on these copies. Roles which can be grouped will be marked with a 'G' in the diagram:
Note: A datatype proposal has now been performed. Display the label types and associated datatypes by selecting Show Data Type Info from the IGD menu if necessary.
4. Double click 'lesson.ig' in the Project Manager. Do not save 'lesson.igg' and 'IGD1>'.
Step-by-step grouping
Step 19
1. Open the diagram 'lesson.igd' from the Project Manager.
2. Open the Tasks menu and select GLR:
Make sure all options are set as displayed above.
3. Click Start Processing: (Overwrite 'lesson.igg')
4. Click Yes to group role 7 into 'Apprenticeship'.
5. Repeat step 4 for every role which can be grouped.
6. Double click 'lesson.ig' in the Project Manager. Do not save 'lesson.igg' and 'IGD1>'.
Setting grouping marks before grouping
Step 19
1. Open the diagram.
2. Click on 'Assigned Apprenticeship' in the Repository window.
3. Select Edit Roles from it's popup-menu:
4. Select role 14 and set the grouping to 'Do not group'.
5. Repeat this for role 15.
By unchecking roles 14 and 15 you have indicated you do not want to group these roles.
6. Open the Tasks menu and select GLR:
Make sure all options are set as displayed above.
Note: Do not check Step-by-step grouping. The Step-by-step grouping algorithm ignores the User Override property.
7. Click Start processing.
The generated information grammar is not in Optimal Normal Form (ONF). This structure might be choosen if 'Assigned Apprenticeship' is unknown for most of the students. (Grouping 'Assigned Apprenticeship' then results in a Student table with too many NULL values in the Assigned Apprenticeship column).
Deriving a lexicalizing proposal
1. Select the GLR window:
And select only the lexicalize and proposal option.
2. Click Start...
All roles which should be lexicalized will be marked with a 'L' in the diagram:
3. Close the project by selecting Close Project from the File menu. Do not save the project.
Lexicalizing
To show all options of the lexicalizing and reducing algorithm we will use a slightly different information grammar in the following exercises.
A fact type expression has been added to 'City'. Without this fact type expression City would have been removed during the lexicalizing process. Now it will be reduced during the reducing process.
A new fact type (Native City) has been added to 'Student'. By adding this fact type we have created a column naming conflict in the 'Student' table.
1. Open the File menu and select Open Project. Open the 'EXAM_GLR' project from the '...\LESSONS\EXAM_GLR' directory.
2. Open the Tasks menu and select GLR:
Make sure all options are set as displayed above.
3. Click Start...
Roles 4 and 18 are both played by 'city name'. To prevent a column naming conflict this Column Fix Editor is shown.
By clicking the Generate button the casetool will automatically add numbers behind the column names.
4. Select role 4 and enter the prefix 'Residence'. (Don't forget to set the Column Fix Type.)
5. Select role 18 and enter the prefix 'Native', then click Ok.
In the appearing Primary Key Editor you can select which unicity constraint should be taken as primary keys. (If there are fact types with multiple unicity constraints).
In the left section a list of fact types with multiple unicity constraints is displayed. Below this list you will find a the list with the unicity constaints of the selected fact type. Each of the unicity constraints in this list can be checked. In the right section the selected fact type is displayed.
6. Choose UC14 for 'Assigned Apprenticeship'.
7. Select 'Apprenticeship Preference'.
8. Choose UC12 for 'Apprenticeship Preference'.
9. After you've completed this lesson, please select the menu 'File\Close All' and than select 'File\Reopen\AppReg\Lesson.prj'.
Deriving a reduction proposal
1.Select the GLR window:
Make sure the options are set as displayed above.
2.Click Start...
The object type 'City' will be marked for reduction with an (R) behind the object type name.
Reducing
1. Select the GLR window:
Make sure the options are set as displayed above.
2. Click Start...
3. Click Yes to reduce everything.
4. Open the File menu and select Close Project. Do not save the project.