Solved

Given a Table Named Store with 5 Fields: Store_id, Address

Question 34

Multiple Choice

Given a table named store with 5 fields: store_id, address, city, state, zipcode, why would the following insert command not work?
INSERT INTO store values ('234 Park Street')


A) It would work just fine.
B) You must specify the fields to insert if you are only inserting some of the fields.
C) There is no table keyword.
D) INSERT INTO should be INSERT to.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions