Client Server Question:
Download Job Interview Questions and Answers PDF
What is a Database Server in client server environment?
Answer:
With a database server, the client passes SQL requests as messages to the database server. The results of each SQL command are returned over the network. The server uses its own processing power to find the request data instead of passing all the records back to the client and then getting it find its own data. The result is a much more efficient use of distributed processing power. It is also known as SQL engine.
Download Client Server Interview Questions And Answers
PDF
Previous Question | Next Question |
What are Super servers in client server environment? | What is a Web server in client server environment? |