Fixed-Length Records: In a library database, a fixed-length record structure is used to store book information.
- Record Length: Each record is always 100 characters long, regardless of content.
 - Fields:
- Title (30 characters)
 - Author (20 characters)
 - ISBN (13 characters)
 - Publication Year (4 characters)
 
 - Genre (10 characters)