I have prepared one script that updates/insert
new values into few tables. Instead of using hardcoded values, I want to use prefix that will allow me to refer to this schema as variable.
Example as per below. Instead of using SKC I want to use for example value like abc
insert into SKC.type_table (TYPE_CD, STATUS_CD, CREATED_BY, CREATION_DATE, UPD_USER_ID, LAST_UPDATE_DATE)
insert into SKC.type_df (TYPE_CD, LANGUAGE_CD, TYPE_DESCRIPTION, CREATED_BY, CREATION_DATE, UPD_USER_ID, LAST_UPDATE_DATE)