Multiple choice

The code that processes the SQL request and the data reside on the same address

  1. groupware server

  2. workflow servers

  3. database servers

  4. transaction servers

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Database servers process SQL requests and store data, typically on the same system or address space. This co-location improves performance by reducing network latency. Groupware servers (A) facilitate collaboration, workflow servers (B) manage business processes, and transaction servers (D) handle transaction processing.