以下の内容はhttps://htn20190109.hatenablog.com/entry/2024/11/02/205918より取得しました。


{データベースの作成その他}インデックスを作成

 

https://docs.oracle.com/cd/F19136_01/sqlrf/CREATE-INDEX.html

 

drop table tab1 purge;

create table tab1(col1 int, col2 int);


create index ind1 on tab1(col2);

select * from user_indexes where table_name like 'TAB%';

 




以上の内容はhttps://htn20190109.hatenablog.com/entry/2024/11/02/205918より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14