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