How to Resolve ORA-02263: need to specify the datatype for this column
ORA-02263 Tried to create a table, but it failed with ORA-02263. SQL> create table fruits (fruit_name not null, price number); create table fruits (fruit_name not… Read More »How to Resolve ORA-02263: need to specify the datatype for this column