Lets say you have a datatable with the following three columns:
ID,Size,Value
Is it possible to update the value column of a specific row based on the value of the ID of that row, pretty much to be able to run a SQL query of there is faster or better way?