不明白的PL/SQL题目汇总
QUESTION NO: 4
Which two tasks should be created as functions instead of as procedures? (Choose two.)
A. reference host or bind variables in a PL7SQL block of code
B. tasks that compute and return multiple values to the calling environment
C. tasks that compute a value that must be returned to the calling environment
D. tasks performed in SQL that increase data independence by processing complex data analysis
within the Oracle server, rather than by retrieving the data into an application
Answer: A,B
为什么C错了呢?