【单选题】以下语句的输出结果是 Print Format$(32545,'000,000.00')
【单选题】把“考场”表中的“教室”字段改名为“位置”,应使用命令()。
【单选题】以下语句的输出结果是 Print Format$(123 5,'00,000.00')
【单选题】以下语句的输出结果是 Print Format $(123 467,'000.00.00')
【单选题】以下语句的输出结果是 Print Format$(587567,'0.00E-00')
【单选题】以下语句的输出结果是print(notTrueor3>0and"yes")
【单选题】以下语句的输出结果是 foriinrange(5):print(i)print(i)
【单选题】把student表中的(xh int)字段名修改为xuehao 的正确语句是
A.
alter table student change xuehao xh int;
B.
alter table student change xh xuehao ;
C.
alter table student change xh xuehao int;