I am developing an Oracle form and would like to display an item so that it is equal to a the value in a database field plus 100. Also, when the user enters a value in this field, I would like to subtract 100 before storing it in the database. For example: select colvalue +100 from x going into the form, and insert y -100 going into the table?
What code would I use and in which triggers
What code would I use and in which triggers