Multiple Choice
Which of the following locates the record whose PartNum field contains KL542,and then assigns the record to the row variable?
A) row = PartsDataSet.tblParts.FindPartNum("KL542")
B) row = Parts.tblParts.FindByPartNum("KL542")
C) row = PartsDataSet.tblParts.FindBy("KL542")
D) row = PartsDataSet.tblParts.FindByPartNum("KL542")
Correct Answer:

Verified
Correct Answer:
Verified
Q1: Which of the following sorts the records
Q2: When you don't know the specific value
Q4: The following sample of code contains errors.
Q5: Case 1 - LuvUrPet<br>The database for
Q6: The following sample of code contains errors.
Q7: The ContractsDataSet contains a table named tblContracts.
Q8: The statement SELECT YearWon,Title,ProductionCo FROM tblMovies WHERE
Q9: The default order of the ORDER BY
Q10: Case 1 - LuvUrPet<br>The database for
Q11: Most of the time,you will know in