Data records are stored in some particular sequence e.g., order of arrival value of key field etc. Records of sequential file cannot be randomly accessed i.e., to access the nth record, one has to traverse the preceding (n-1) records. Sequential files will be dealt along with at length in the next section.