Answer :
The type of logical database model that treats data as if they were stored in two-dimensional tables is called the relational model.
What is relational model?
In the relational model, data is organized into tables, also known as relations, which consist of rows and columns.
Each row represents a single record, and each column represents a specific attribute or field of the data. The tables are connected to each other through relationships, which define how the data in the tables is related.
The relational model is the most widely used database model, and it is the basis for most modern database management systems.
To Know More About Database, Check Out
https://brainly.com/question/13262352
#SPJ1