Sometimes you need to update or delete records based on matching records in another table. You may use sub-query for this but there is a better approach by using Joins in your update and delete statements. Following is an exampleMore…
Using Joins in Update and Delete statements
Reply