Database servers-In
database servers, clients passes SQL (Structured Query Language)
requests as messages to the server and the results of the query are
returned over the network. The code that processes the SQL request and
the data resides on the server allowing it to use its own processing
power to find the requested data, rather than pass all the records back
to a client and let it find its owndata as was the case for the file
server.
0 comments:
Post a Comment