數(shù)據(jù)表空間和索引表空間 創(chuàng)建索引時(shí)怎么指定索引表空間?
創(chuàng)建索引時(shí)怎么指定索引表空間?創(chuàng)建表時(shí),只能指定主鍵和唯一鍵的索引表空間。其他類型的索引只能通過(guò)create index/alter index指定。引用如下:create table test1(I
創(chuàng)建索引時(shí)怎么指定索引表空間?
創(chuàng)建表時(shí),只能指定主鍵和唯一鍵的索引表空間。其他類型的索引只能通過(guò)create index/alter index指定。引用如下:create table test1(ID number(10)、name VARCHAR2(20)、age number(3)、constraint PK est1 primary key(ID)using index tablespace tbsind)tablespace tbscur