题目

Examine the command that is used to create a table:  SQL> CREATE TABLE orders(oid NUMBER(6) PRIMARY KEY, odate DATE, ccode NUMBER(6), oamt NUMBER(10,2)) TABLESPACE users;  Which two statements are true about the effect of the above command) ()

A

A CHECK constraint is created on the OID column.

B

A NOT NULL constraint is created on the OID column.

C

The ORDERS table is the only object created in the USERS tablespace.

D

The ORDERS table and a unique index are created in the USERS tablespace.

E

The ORDERS table is created in the USERS tablespace and a unique index is created on the OIDcolumn in the SYSTEM tablespace.

提示:未搜索到的试题可在搜索页快速提交,您可在会员中心"提交的题"快速查看答案。
答案
查看答案
相关试题

下列的URL中,具有身份验证与加密通讯的网站地址是()。

A、http://wenku.baidu.com

B、http://weibo.com

C、http://www.sina.com.cn

D、https://www.linkedin.com

E、http://www.youku.com

简述S330设备背板总线槽位业务容量。

鸡胸和漏斗胸多见于()

A、3~4个月

B、3~6个月

C、8~9个月

D、1岁左右

E、3岁以后

在Excel2010中,迷你图表的类型包含()。

A、柱形图

B、折线图

C、散点图

D、饼图

E、盈亏图

已知Value是一个类,value是Value的一个对象。下列以非成员函数形式重载的运算符函数原形中,正确的是(  )。

A、Value operator+(Value v,int i);

B、Value operator+(Value v=value,int i);

C、Value operator+(Value v ,int i=0);

D、Value operator+(Value v=value,int i=0);

联系我们 会员中心
返回顶部