create or replace type obj_xyz_table is object ( id number , name varchar2(50) , surname varchar2(50) -- here can come more properties according to the needs of your project ); *************** create or replace type tab_xyz_table_name is table of obj_xyz_table;
Solution Architect | Umbraco Certified Master | Umbraco MVPx3 | Certified ScrumMaster
"Anyone can cook, but only the fearless can be great." Ratatouille