Explore the question in detail with explanation, related questions, and community discussions.
In the context of databases and data management, a file is a collection of related records that are stored together. Each record in a file contains related data fields that describe a single item or entry. When similar records are grouped, they are managed as a single unit known as a file.
For example, a file might contain employee records where each record stores details such as employee ID, name, designation, and salary. All these employee records together make up the employee file.
Discussion
Leave a Comment