I am a Database beginner. I am using Microsoft SQL Server Management Studio. I am multiplying two columns of one table and assign the output of those columns to another table, but I don't know how to do that. Is there anyone to help me?
I have two columns one is UnitPrice column and the other is Quantity in PurchasesTable and I want to insert the output of these columns to TotalAmount of another table with the Name Dues. Thanks in advance.