the job column to have only UPPERCASE entries and code example Example: oracle sql query to make column data uppercase UPDATE MyTable SET MyColumn = UPPER(MyColumn)