下述程序的输出结果是()。
#include
main()
{charchE2][5]一{”1234”,”5678”},*p[2];
inti,j,s=0;
for(i=0;i<2;i++)
p[i]=ch[i];
for(i=0;i<2;i++)
{s=p[i][j]一'0';
printf("%d",s);}
}
A、6357C
暂无解析
执行语句"CREATEINDEXin_deptONtb_dept(telephone(6),DESC)"后,在tb_dept表的telephone属性上______。
定义学生表时,若规定年龄字段取值不得超过30岁,应该使用的约束是______。
设有如下表达式:CHECK(score>=0ANDscore<=100)关于该表达式,下列叙述中错误的是______。
学生表student包含sname、sex、age三个属性列,其中age的默认值是20,执行SQL语句INSERTINTOstudent(sex,sname,age)VALUES("M","Lili",);的结果是______。
部门表tb_dept的定义如下:下列说法中正确的是______。
CREATETABLEtb_dept(
deptnoCHAR(2)primarykey,
dnameCHAR(20)Notnull,managerCHAR(12),
telephoneCHAR(15)
);