Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

SQL

create table toys_heap (
  toy_name varchar2(100)
) organization heap;

select table_name, iot_name, iot_type, external, 
       partitioned, temporary, cluster_name
from   user_tables
where  table_name = 'TOYS_HEAP';
Source by livesql.oracle.com #
 
PREVIOUS NEXT
Tagged: #SQL
ADD COMMENT
Topic
Name
1+2 =