Discuss the below:
Trigger - Update item price in SQL server 2008
Create a trigger that will update only the price column for all 20 items in the table with its new price and this need to be executed all at one time.
The table name is: dbo.ITEM, column name is : price