The issues relating to the Design of the Physical Database Files
Physical File is a file as stored on the disk. The major issues relating to physical files are:
• Constructs to link two piece of data:
• Sequential storage.
• Pointers.
- File Organisation: How the files are in order on the disk?
- Access Method: How will the data can be retrieved based on the file Organisation?