write the output sql command .select (52.86)
Answers
Answered by
0
Answer:
salamat sa point iloveyou
Answered by
0
Answer:
The OUTPUT clause was introduced in SQL Server 2005. The OUTPUT clause returns the values of each row that was affected by an INSERT, UPDATE or DELETE statements. ... The result from the OUTPUT clause can be inserted into a separate table during the execution of the query.
Similar questions