Relationship between DBMS and Application Program
Relationship between DBMS and Application Program are very important.There is a very close relationship between DBMS and application programs. The application program provides the user-interface to send request to DBMS and to receive processed results from DBMS. The DBMS processes the request and returns the result to the application program and also controls and manages the database.
In most of the database environment, application programs are created for interfacing with database. The user communicates with the database system through user interface part of the application program. The application program is developed according to requirement of users. The application programmers should have the complete knowledge about DBMS and database used in it, and then he can easily develop the application program.