DBMS | Architectures | Technical Interview Series | Part-2
Two Level Architecture
Two level architecture is similar to a basic client-server model. The application at the client end directly communicates with the database at the server side.
API's like ODBC, JDBC are used for this interaction.
The server si...
neelaadityakumar.hashnode.dev3 min read