Multiple Choice
The tblStudent table contains nine fields,one of which is the StudentID field.A user can type in any StudentID to select a particular student.The user provides 124541 as the StudentID to select.Which of the following statements deletes the student record specified by the user?
A) SELECT FROM tblStudentWHERE StudentID = 124541
B) DELETE FROM tblStudentWHERE StudentID = 124541
C) DELETE FROM tblStudentWHERE StudentID = '124541'
D) DELETE FROM tblStudentWHERE StudentID = ?
Correct Answer:

Verified
Correct Answer:
Verified
Q38: The tblMembers table contains six fields. The
Q39: Click _ on the shortcut menu to
Q40: You can use the _ associated with
Q41: One record is added to the AccountsDataSet.Which
Q42: The _ clause is used to arrange
Q44: What is SQL and how is it
Q45: The WHERE statement is the most commonly
Q46: The statement SELECT YearWon FROM tblMovies WHERE
Q47: If you want the records in a
Q48: A Try…Catch statement ends with _.<br>A)End<br>B)End Try…Catch<br>C)End