select column_nm,
substr( column_nm ,1,instr( column_nm , ',') - 1) First_nm,
trim(substr( column_nm ,instr ( column_nm, ',')+1)) last_nm
from table_nm
A Data Ware house is a system that extracts, cleans, Conforms, and delivers source data into a dimensional,fact data store and then supports, implements querying and analysis for the purpose of decision making.