高等继续教育 / 数据库程序设计
正确率:100%
网络远程教育期末考试【数据库程序设计】模拟试题
统计SB.dbf表中所有的主要设备数目。命令为:
考题选项:
count for 主要设备 to a
cala count(编号) for 主要设备 to a
sel_ect count(*) from sb where 主要设备
sel_ect count(*) as 小计 from sb where 主要设备
统计SB.dbf表中所有的主要设备数目。命令为:
考题选项:
count for 主要设备 to a
cala count(编号) for 主要设备 to a
sel_ect count(*) from sb where 主要设备
sel_ect count(*) as 小计 from sb where 主要设备
参考答案:
佳题速递: