How can I make an update of this tables?:
Products table
Transaction
Use Update from JOIN syntax
Update
JOIN
update Transactions A INNER JOIN Products B ON A.IdProd = B.IdProd set A.Total = A.Quantity * B.cost