Question: ( D ) Jerry works as a database designer at ABC Inc. The company has a database named Products that is hosted on SQL Server

(D) Jerry works as a database designer at ABC Inc. The company has a database named Products that is hosted on SQL Server 2022. The database has a table named
Product1. Jerry has executed the following query.
SELECT * INTO Producti2 FROM Product1:
What was Jerry's purpose in running this query?
She wanted to insert data from the Product2 table into the Product1 table.
B
She wanted to update the Product1 table in reference to the Product2 table.
C
She wanted to copy all data from the Product1 table to the Product2 table.
She wanted to create a relationship between two tables.
( D ) Jerry works as a database designer at ABC

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 Programming Questions!