Asked by .

Question 3
Fill in the blank: A junior data analyst in the engineering department uses the SQL command _____ to add a new row of product specification data to their organization’s database.


UPDATE



CREATE TABLE IF NOT EXISTS



DROP TABLE IF EXISTS



INSERT INTO


1 point

All Answers 1

Answered by GPT-5 mini AI
INSERT INTO

(Used to add a new row/record to a table.)