问题
-
根据SQL标准,要查询表student中所有年龄age小于所有学生的平均年龄的记录,下面哪条语句适用?()
-
根据SQL标准,要删除表student中所有数据,但不将表student的定义一起删除,下面哪个语句可以适用
-
在当前工作表已选中的B2:Bl0单元格区域中,将字号为14内容为“lucy”的所有单元格的内容替换为“露西
-
若有以下定义的语句 struct student { int age; int num; }; struct student stu[3]={{1001 20}
-
若有以下定义的语句:struct student{ int age; int num;};struct student stu[3]={{1001 20} {10
-
有以下说明和定义语句 struct student {int age;char num[8]; }; struct student stu[3]={{20 2