Insert Delete Update MSSQL Tutorial

UPDATE 
  SET col1 = [,
  col2 = ]
[FROM
    
  JOIN
    ON ]
WHERE
]