Can i create my own datatype in SQL to use on an oracle database?
i tried creating an array or varchar2 : enter image description here to be able to create a table with a column with "genre_list" datatype : enter image description here
but when i tried to run this in sql developer i encountered this error message : enter image description here
Create the data type:
Then create the table with a nested table: