Multiple choice Which of the following is the correct PL/SQL function to print on screen? dbms_output.put_line ('Text'); dbms-output.put-line ('Text'); dbms_output ('Text'); printf (Text); puts(Text); Reveal answer Fill a bubble to check yourself A Correct answer Explanation This is the correct syntax of the function used to print on screen.