Bachman diagram

From Wikipedia, the free encyclopedia

In computer software design, Bachman diagrams are diagrams which are used to design the data using a network "logical" model, separating the data model from the way the data is stored in the system. Using this technique, the execution of the database can be changed without changing the logical data model. The advantage is to isolate the application code from the physical design of the database.


In other languages