For this query you are better using the 'update' query rather than
'select'. This will show you the updated trade table but it will not
save it in place as the new trade table. If you want to save the new
column to the trade table permanently then us...