OCP-1Z0-053-V12.02-91题

 

91.Your database interface is running. A user SCOTT starts a SQL *Plus session, and issues the following

query:

SQL> SELECT * FROM sales;

Which process would retrieve the result from the database and return it to the client program?

A. User process

B. Server process

C. System Monitor (SMON)

D. Process Monitor (PMON)

E. Checkpoint process (CKPT)

Answer: B

答案解析:

server process:Database processes that handle a client request on behalf of a database.


原文地址:https://www.cnblogs.com/hzcya1995/p/13316469.html