asked 142k views
1 vote
In a nondatabase, file-oriented environment, data is often partitioned into several disjointed systems with each system having its own collection of files.

A. True
B. False

asked
User R Syed
by
8.0k points

1 Answer

6 votes

Answer:

Option A: True

Step-by-step explanation:

In a file-oriented environment, the files are stored individually in a specific directory/folder. Each directory has its own name and the files resides in the directory are not related to the files in another directory. This disjointed system cause data query become difficult. Conversely, database offer a storage environment which facilitate data query and data integration.

answered
User Tobias Ernst
by
7.9k points