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
Q15: Explain the three classes of SQL commands
Q42: What steps should be followed when preparing
Q44: Discuss when to use the GROUP BY
Q60: The last part of an SQL query
Q67: The ORDER BY clause sorts the final
Q75: The following two SQL statements will produce
Q77: The ORDER BY clause is the first
Q79: The DROP command deletes rows from a
Q80: Count(*) tallies only those rows that contain
Q83: Relational databases are heavily based on the