Multiple choice technology databases How Many minimum lines of code required to compile the Pl/Sql block successfully? 2 3 4 None of the above Reveal answer Fill a bubble to check yourself B Correct answer Explanation A minimal PL/SQL block requires BEGIN, an executable statement (at least NULL), and END - exactly 3 lines. The question is poorly formed without showing an actual block to analyze.