Final answer:
The statement is false because database management systems separate the logical view of data from the physical view through data abstraction, allowing users to interact with the database without knowing how data is physically stored.
Step-by-step explanation:
The statement that database management systems do not separate the logical and physical views of data is false. Database management systems (DBMS) are actually designed to separate the logical view, which is the way users perceive data, from the physical view, which is how data is actually stored. This separation is known as data abstraction and it allows for a simpler way for users to interact with the database without needing to know the complexities of how data is stored. The logical view includes the table structures, fields, and relationships as defined in the schema. On the other hand, the physical view involves the intricate details of data storage including file structures, indexes, and disk locations. By providing this separation, the DBMS enables greater data independence, allowing changes in the physical storage without impacting the logical structure that end users interact with.