Kexi/Handbook/Introduction to Databases/Database Design/da: Difference between revisions
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 8: | Line 8: | ||
{{Prevnext2 | {{Prevnext2 | ||
|prevpage=Special:MyLanguage/Kexi/Handbook/Introduction_to_Databases/Database_and_Spreadsheet | |prevpage=Special:MyLanguage/Kexi/Handbook/Introduction_to_Databases/Database_and_Spreadsheet | ||
|prevtext=Database | |prevtext=Database og regneark | ||
|nextpage=Special:MyLanguage/Kexi/Handbook/Introduction_to_Databases/Who_Needs_a_Database%3F | |nextpage=Special:MyLanguage/Kexi/Handbook/Introduction_to_Databases/Who_Needs_a_Database%3F | ||
|nexttext= | |nexttext=Hvem har brug for en database? | ||
|index=Special:MyLanguage/Kexi/Handbook|indextext= | |index=Special:MyLanguage/Kexi/Handbook|indextext=Indholdsfortegnelse | ||
}} | }} | ||
[[Category:Kexi]] | [[Category:Kexi]] | ||
[[Category:Tutorials]] | [[Category:Tutorials]] |
Revision as of 18:48, 10 April 2012
Design af databaser
Database design needs careful planning. Note that Contacts table redesign proposed in section Data integrity and validity can generate problems when the table is filled with data. For example, renaming a field is a simple task, but splitting the Address field into separate fields requires careful and tedious work.
To avoid such situations, rethink your database project before you create it in your computer, and before you and others will start to use it. Thus, by investing some time initially, you will most probably save your time on everyday use.