Home » MYSQL » Delete Query » Question
  1. A multiple-table delete can apply any join.
    1. False
    2. True
    3. NA
    4. NA
    5. NA
Correct Option: B

In MySQL, a multiple table ‘DELETE’ operation can be performed on the tables combined using any kind of ‘JOIN’ operation. The syntax also allows for deleting rows from multiple tables at once.



Your comments will be displayed only after manual approval.