given a propertyid and sale amount the system should change property status to 'sold'
when it is marked sold askingprice should be added to totalsales.
property(proper ty_id,property_ name,asking_pri ce,status,total _size,address,c ity,state,agent _id)
agent(agent_id, last_name,first _name,start_dat e,contact_no,to tal_sales,prope rty_id)
when it is marked sold askingprice should be added to totalsales.
property(proper ty_id,property_ name,asking_pri ce,status,total _size,address,c ity,state,agent _id)
agent(agent_id, last_name,first _name,start_dat e,contact_no,to tal_sales,prope rty_id)
Comment