I am working on an Oracle database. I have to add a new column to 2 existing tables.
The tables are, T_VERIFY_NAME & T_VERIFY_ADDRESS
Now the new field/column to add is, UC_VALUE_TYPE (1 char)
.
How can i create a SQL script that'll add the above column to the 2 tables?