MCQs>IT & Programming>Oracle PL/Sql 10g>Evaluate the following PL/SQL block: DECLARE result BOOLEAN; BEGIN DELETE FROM EMPloyee WHERE dept_id IN (10,40,50); result:=SQL%ISOPEN; COMMIT: END; What will be the value of RESULT if three rows are deleted?
Oracle PL/Sql 10g MCQs
Evaluate the following PL/SQL block:
DECLARE
result BOOLEAN;
BEGIN
DELETE FROM EMPloyee
WHERE dept_id IN (10,40,50);
result:=SQL%ISOPEN;
COMMIT:
END;
What will be the value of RESULT if three rows are deleted?
Answer
Correct Answer: FALSE
Explanation:
Note: This Question is unanswered, help us to find answer for this one