27 total
When developing a new system, one of the critical first steps is to finalize the file structure. This is particularly important for systems that contain files such as databases.
The file structure needs to be determined before the system is created and tested. This involves making decisions about several important elements:
Field Name 🏷️
CustomerName, DateOfBirth, PhoneNumberData Type 📊
Field Length 📏
Key Field 🔑
Data Coding 💾
M for male, F for femaleMon, Tue, Wed, etc.A for active, I for inactiveLinking Data Files 🔗
Important: Once the file structure has been determined, it must be created and fully tested to make sure it is robust when the system actually goes live.
Sign in to view full notes