Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can MySQL 5.0 peform multiple-table inserts, updates, and deletes?

0
Posted

Can MySQL 5.0 peform multiple-table inserts, updates, and deletes?

0

Yes. For the syntax required to perform multiple-table updates, see Section 12.2.10, “UPDATE Syntax”; for that required to perform multiple-table deletes, see Section 12.2.1, “DELETE Syntax”. A multiple-table insert can be accomplished using a trigger whose FOR EACH ROW clause contains multiple INSERT statements within a BEGIN … END block. See Section 20.3, “Using Triggers”.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.