**File organization:** It is ****the logical relation between records and it defines how file records are mapped into disk blocks(memory). A database is a collection of files, each file is a collection of records, and each record contains a sequence of fields. The blocking Factor is the average number of records per block.

Strategies for storing files of records in block:

File organizations is of following types:

Sequential File: In this method, files are stored in sequential order one after another.

Index File: