Question: SQ in PL / SQL - Use the table named, 'yourfirstname new items' for question 3 through 7 . 3 . Write SQL statements to
SQ in PLSQL
Use the table named, 'yourfirstname new items' for question through
Write SQL statements to create a table named 'yourfirstname. new items' and insert the
provided data into it
Include your complete code below.
Provide a screenshot showing all three records in the table.
Write a SQL statement to update 'yourfirstname, grocery, items' table with the 'brand' and
'description' values from 'yourfirstname. new.items' table where 'productid' values match.
If there is no match, insert a new row into 'yourfirstname, grocery. items' table using the
'MERGE INTO' statement. Do not execute the statement yet.
Include your complete code below.
How many rows will be updated by the SQL statement in question
Write your answer below.
How many rows will be inserted by the SQL statement in question
Write your answer below.
Execute the SQL statement from Question then run 'SELECT FROM
youffistname, grocery,items; to verify your answers to Question and
Provide a screenshot of the result below.
Which of the following statements is true about the SQL statement in Question
a 'yourfirstname new items' is the source table and 'youfirstname procery items' is the
target table.
b 'yourfirstname..grocerv. items' is the source table and 'yourfirstname. new.items' is the
target table.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
