表空间 oracle


--create table
create table table_name (
    column1 varchar2(20) not null,
    column2 number(8)    not null,
    column3 date,
    column4 char
)
--define space
tablespace    base_data
    pctfree 10
    initrans 1
    maxtrans 255
    storage
    (
        initial   64K,
        next    1M,
        minextents    1,
        maxextents     unlimited
);
--add comment
comment on column to table_name.column1 
is 'this is the column comment';
...
优质内容筛选与推荐>>
1、如何让service不被系统杀掉
2、Linux命令——ln命令创建和删除软、硬链接(6/29)
3、文件上传及下载
4、python函数传参机制
5、Javascript高级编程学习笔记(30)—— BOM(4)navigator对象


长按二维码向我转账

受苹果公司新规定影响,微信 iOS 版的赞赏功能被关闭,可通过二维码转账支持公众号。

    阅读
    好看
    已推荐到看一看
    你的朋友可以在“发现”-“看一看”看到你认为好看的文章。
    已取消,“好看”想法已同步删除
    已推荐到看一看 和朋友分享想法
    最多200字,当前共 发送

    已发送

    朋友将在看一看看到

    确定
    分享你的想法...
    取消

    分享想法到看一看

    确定
    最多200字,当前共

    发送中

    网络异常,请稍后重试

    微信扫一扫
    关注该公众号