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) );

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!