Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

create-table-with-index-organization

create table bricks_iot (
  bricks_id integer primary key
) organization index;

select table_name, iot_type
from   user_tables
where  table_name = 'BRICKS_IOT';
Source by livesql.oracle.com #
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
5+6 =