Multiple choice technology databases

When a record is deleted in a Logical file, it will affect its Physical file.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In AS/400, logical files are views over physical files. When you delete a record through a logical file, the underlying physical file's record is also deleted because logical files don't store data independently - they reference the physical file's data. This is fundamental to how logical files work.