InterviewSolution
Saved Bookmarks
| 1. |
A multiple-table delete can apply any join.(a) True(b) FalseI got this question in a job interview.My enquiry is from Multiple topic in division Using SQL to Manage Data of MySQL |
|
Answer» CORRECT choice is (a) True The BEST I can explain: 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. |
|