Posts

Showing posts with the label Client-server database

client server database in dbms

Image
client-server database in DBMS Client-Server Architecture              Client-server architecture is a network of computers. It consists of two types of computers known as clients and servers. The client computers process applications and server computers provide services to client computers such as database processing.             The client-server  database system is based on a client-server architecture. In this computer database system, the server computer stores and processes a database in a computer system. The client computers use the database by sending requests to the server computer. Client-Server Processing In client-server processing, application programs perform the following tasks: Process the user interface Invoke application logic Enforce some business rules Calls the DBMS for database service. The call is normally given in SQL management. The DBMS performs the following tasks. Process SQL statem...