I have a table which has column name as size, which is a reserved keyword in Oracle. Whenever I am trying to load the data into this table , it throws an error SIZE is invalid identifier
caused by: ORA-00904: "SIZE": invalid identifier.
Can someone please suggest how can we escape reserved keywords column while loading the data in Table.