Solved

The TblStudent Table Contains Nine Fields,one of Which Is the StudentID

Question 43

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions