pk_orderstatus : 指定的主键的名称
fk_orderstatus_1  :指定的外键的名称
如果不指定,系统将会自动生成to public :指定这个表的使用权限,也就是那些用户可以使用

解决方案 »

  1.   

    给讲一下primary key,foreign key,references的概念和区别吧?多谢!!!!!!
      

  2.   

    1.两个constraint 中的pk_orderstatus和fk_orderstatus_1各是什么意思?
      PRIMARY KEY 
        designates a column or combination of columns as the table's primary     key. FOREIGN KEY 
        designates a column or combination of columns as the foreign key in 
        a referential integrity constraint. REFERENCES 
        identifies the primary or unique key that is referenced by a foreign 
        key in a referential integrity constraint. 
      

  3.   

    再给讲一下oracle中的index的概念和用法吧?多谢!!~!!!!!
      

  4.   

    CREATE INDEX command 
        To create an index on one or more columns of a table or a cluster. 
        An index is a database object that contains an entry for each value 
        that appears in the indexed column(s) of the table or cluster and 
        provides direct, fast access to rows. 
      

  5.   

    我也想要一份
    [email protected]
      

  6.   

    [email protected]
    回头请你吃饭
      

  7.   

    呵呵。楼主刚开始学Oracle吗?建议去学习一下《Oracle8初学者指南》这本书,非常不错。大概有二十一章左右。