create cluster rangka_cl ( no_rangka integer ); create table daftar_mobil ( no_rangka integer, nama_mobil varchar2(30) ) cluster rangka_cl(no_rangka);
create table pembeli_mobil ( no_rangka integer, nama_pembeli varchar2(30) ) cluster rangka_cl(no_rangka); create index rangka_cl_idx on cluster rangka_cl; On 2/1/06, oraclefen <[EMAIL PROTECTED]> wrote: > > Dear All > > Mo nanya nih....minta contoh donk untuk pembuatan table yang > menggunakan cluster.... > Makasih yaa > > Regards > ifen > [Non-text portions of this message have been removed] -- -----------I.N.D.O - O.R.A.C.L.E--------------- Keluar: [EMAIL PROTECTED] Website: http://indo-oracle.lizt.org (NEW) ----------------------------------------------- Bergabung dengan Indonesia Thin Client User Groups, Terminal Server, Citrix, New Moon Caneveral, di: http://indo-thin.vze.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/indo-oracle/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

