SQL Question
SQL Question
Write a PL/SQL block to insert numbers into the messages table contain one field "results". a. b. c. Insert the numbers 1 to 10, excluding 6 and 8. Commit before the end of the block. Execute a SELECT statement to verify that your PL/SQL block worked. You should see the following output.