db2表空間滿(mǎn)了怎么辦 創(chuàng)建索引時(shí)怎么指定索引表空間?
創(chuàng)建索引時(shí)怎么指定索引表空間?創(chuàng)建表時(shí),只能指定主鍵和唯一鍵的索引表空間。其他類(lèi)型的索引只能通過(guò)create index/alter index指定。引用如下:create table test1(I
創(chuàng)建索引時(shí)怎么指定索引表空間?
創(chuàng)建表時(shí),只能指定主鍵和唯一鍵的索引表空間。其他類(lèi)型的索引只能通過(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