Please help with the logic used in setting the LABEL name while fetching the data from orcale db table and loaded into the neo4j

Hello team ,
I want to know how label is getting formed while taking th e data from one of the table of oracle database.

Please help.

Thanks !!!

Standard Cypher does not support dynamic labels, use apoc.create.node instead.