I notice that reusable is reserved keyword according to PL/SQL Developer.
I can't find any documentation of reusable keyword in oracle, and not exists in Oracle/PL/SQL's Reserved Words
I can use this "keyword" to create table, e.g:
I can't find any documentation of reusable keyword in oracle, and not exists in Oracle/PL/SQL's Reserved Words
I can use this "keyword" to create table, e.g:
So why reusable is marked as a keyword and by who?create table reusable(reusable varchar2(1))