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:

Verified
Correct Answer:
Verified
Q29: The following INSERT command would work fine:<br>INSERT
Q30: DDL is typically used during which phase
Q31: What are some of the advantages and
Q32: A database is maintained and queried using
Q33: The command for creating a database is:<br>A)
Q35: To get all the customers from Hawaii
Q36: Some DBMS can handle graphic data types
Q37: What does the following SQL statement do?
Q38: INSERT INTO is an example of _
Q39: The command for removing a table is:<br>A)