Multiple Choice
Which of the following SQL statements will delete all the records from the table Students that have the last name "Sample"?
A) REMOVE FROM Courses WHERE LastName = 'Sample'
B) REMOVE WHERE LastName = 'Sample' FROM Courses
C) DELETE FROM Courses WHERE LastName = 'Sample'
D) DELETE WHERE LastName = 'Sample' FROM Courses
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q2: An XML stylesheet file has the extension:<br>A)
Q3: To query a database, it is common
Q4: The SQL operation used to calculate certain
Q5: A table is known more formally as
Q6: It is also possible to combine conditions
Q7: DTD stands for:<br>A) Direct Type Definition<br>B) Document
Q8: The use of a DTD in XML
Q9: To insert a new record for a
Q10: It is not possible to create a
Q11: The first step in logical modelling is