Concept:MS Access is a database management system that stores data in connected tables.Explanation:MS Access organizes data into tables, where each table holds records about one type of item.These tables are linked using common fields, such as unique ID numbers.This linking allows users to query and combine data from multiple tables.This structure is the key feature of the relational database model.Answer:A. relational model