Question: The goal is to write SQL that will INSERT data into to the test_table1 This is what the table will look like after you've done
- The goal is to write SQL that will INSERT data into to the test_table1
- This is what the table will look like after you've done the INSERTs, and then do a SELECT:
- So, your problem2.txt file will have 5 INSERT statements
- You will work on each of them separately in APEX, since it only allows one SQL statement in the editor at a time. after you've tested each one, you will paste it into problem2.txt.
ORACLE ? App Builder SQL Workshop Team Development Packaged Apps SQL Commands Schema PX04 Autocommit Rows 10 Save Run Clear Command Find Tables SELECT * FROM test_tablei; Results Explain Describe Saved SQL History COL1 COL2 COL3 COL4 1st record 12 123-45-6789 1.99 2nd record 234 135-24-9876 12 3rd record 19287 876-39-3494 999.99 4th record 12345 867-53-0982 999 5th record 54321 859-66-1009 0 5 rows returned in 0.00 seconds Download ORACLE ? App Builder SQL Workshop Team Development Packaged Apps SQL Commands Schema PX04 Autocommit Rows 10 Save Run Clear Command Find Tables SELECT * FROM test_tablei; Results Explain Describe Saved SQL History COL1 COL2 COL3 COL4 1st record 12 123-45-6789 1.99 2nd record 234 135-24-9876 12 3rd record 19287 876-39-3494 999.99 4th record 12345 867-53-0982 999 5th record 54321 859-66-1009 0 5 rows returned in 0.00 seconds Download
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
