摘要: GUID (全局唯一标识符) 全局唯一标识符(GUID,Globally Unique Identifier)是一种由算法生成的二进制长度为128位的数字标识符。GUID主要用于在拥有多个节点、多台计算机的网络或系统中。在理想情况下,任何计算机和计算机集群都不会生成两个相同的GUID。GUID 的总 阅读全文
posted @ 2016-10-11 08:51 浪里各浪 阅读(327) 评论(0) 推荐(0) 编辑
摘要: create table Student ( Sno VARCHAR2(3) not null, Sname VARCHAR2(8) not null, Ssex NUMBER(2) not null, Sbirthday date not null, SClass number(5) ); comment on column Stu... 阅读全文
posted @ 2016-10-11 08:44 浪里各浪 阅读(100) 评论(0) 推荐(0) 编辑