为质量而战!为胜利而战!

Oracle管理对象--表、索引

上一篇 / 下一篇  2008-06-19 12:37:14 / 个人分类:Oracle和DB2

--alter,add,modify,constraint,not null,

--创建表

create or replace table test(
test_id number(4),
test_name varchar2(20)
);

--创建索引

create index index_name

on table_name(

column_name

);

--删除索引

drop index IDX_CREDIT_LIMIT_6


相关阅读:

TAG: create or replace table index Oracle

 

评分:0

我来说两句

日历

« 2024-03-28  
     12
3456789
10111213141516
17181920212223
24252627282930
31      

数据统计

  • 访问量: 49745
  • 日志数: 64
  • 文件数: 1
  • 书签数: 1
  • 建立时间: 2008-03-28
  • 更新时间: 2009-08-14

RSS订阅

Open Toolbar