下列程序的运行结果为()。
#include
main()
{structdate
{intyear,month,day;
}today;
printf("%dn",sizeof(structdate));
}
A、8B
暂无解析
设有如下表达式:CHECK(score>=0ANDscore<=100)关于该表达式,下列叙述中错误的是______。
数据库在运行过程中可能产生的故障有____________、_______________、___________。
下列关于表级约束和列级约束的描述中,不正确的是______。
部门表tb_dept的定义如下:下列说法中正确的是______。
CREATETABLEtb_dept(
deptnoCHAR(2)primarykey,
dnameCHAR(20)Notnull,managerCHAR(12),
telephoneCHAR(15)
);
MySQL中,不能创建索引的语句是______。