Question: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? 

A 0 

B 3 

C TRUE 

D NULL 

E FALSE 

+ Answer
+ Report
Total Preview: 3011

Copyright © 2024. Powered by Intellect Software Ltd