Home »
MCQs »
DBMS MCQs »
DBMS Sequential File Organization MCQs
When you use the Sorted File method, the new record is always appended at the end of the file, and then the sequence is sorted in ___
9. When you use the Sorted File method, the new record is always appended at the end of the file, and then the sequence is sorted in ___.
- Ascending order
- Descending order
- Both A and B
- None of the above
Answer: C) Both A and B
Explanation:
When you use the Sorted File method, the new record is always appended at the end of the file, and then the sequence is sorted in ascending order or descending order.