Question: Query required for this question: CREATE TABLE messages (results number (2) ); In lab_05_01.sql there is this belaw command. Please execute this command to create
Query required for this question: CREATE TABLE messages (results number (2) );

In lab_05_01.sql there is this belaw command. Please execute this command to create a table CREATE TABLE messages (results number (2) 1. Execute the command in the lab_05_01.sql file to create the messages table. Write a PL/SQL block to insert numbers into the messages table. a. Insert the numbers 1 to 10, excluding 6 and &. b. Commit before the end of the block c. Execute a SELECT statement to verify that your PL/SQL block worked. You should see the following output: anonymous block completed RESULTS 10 8 r0 selected
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
