题目
题目

BU.330.785.41.SU25 Final Exam- Requires Respondus LockDown Browser

单项选择题

You are debugging a PL/SQL block where you suspect a SELECT INTO statement might return more than one row, but your code is not designed to handle this. You want to add exception handling to catch this scenario and display a warning message specifically. Which of the following EXCEPTION handlers is appropriate for this purpose?

选项
A.
B.
C.
D.
题目图片
查看解析

查看解析

标准答案
Please login to view
思路分析
In this question, we’re focusing on handling a potential scenario where a SELECT INTO in PL/SQL returns more than one row, which the block is not designed to handle. Option 1 (assumed correct): EXCEPTION WHEN TOO_MANY_ROWS THEN DBMS_OUTPUT.PUT_LINE('Warning: More than one row returned by SELECT INTO. Check query logic.'); This is the appropriate handler for the situation where a SELECT INTO returns more than one row. TOO_MANY_ROWS is raised specifically when the qu......Login to view full explanation

登录即可查看完整答案

我们收录了全球超50000道考试原题与详细解析,现在登录,立即获得答案。

更多留学生实用工具

加入我们,立即解锁 海量真题独家解析,让复习快人一步!