Multiple Choice
The tblTruck table has two text fields named Make and Model,and one numeric field named Year.Which of the following statements adds the record 2013 Ford F150 to the table?
A) INSERT VALUES ('Ford', 'F150', 2013) INTO tblTruck (Make, Model, Year)
B) INSERT INTO tblTruck ('Ford', 'F150', 2013) VALUES (Make, Model, Year)
C) INSERT INTO 'tblTruck' ('Make', 'Model', 'Year') VALUES ('Ford', 'F150', 2013)
D) INSERT INTO tblTruck (Make, Model, Year) VALUES ('Ford', 'F150', 2013)
Correct Answer:

Verified
Correct Answer:
Verified
Q18: In order for an application to use
Q19: The tblMembers table contains six fields. The
Q20: The tblMembers table contains six fields. The
Q21: The _ provides an easy way of
Q22: You save a query that contains the
Q24: Case 1 - LuvUrPet<br>The database for
Q25: The FillByMake method is associated with a
Q26: A _ is a query that uses
Q27: Case 1 - LuvUrPet<br>The database for
Q28: Because it is possible for an error