【单选题】以下语句的输出结果是 Print Format$(32545,'000,000.00')
【单选题】把“考场”表中的“教室”字段改名为“位置”,应使用命令()。
【简答题】按要求写出管理表的 SQL 语句: (1) 把 emp 表名改为 employee (2) 给 dept 表增加一列:部门联系电话( dtelephone CHAR(11) ) (3) 删除 emp 表的 hiredate 列 (4) 把 emp 表中 mgr 字段改名为 mgrno (5) 把 emp 表 comm 列的数据类型修改为 DECIMAL (8,1) (6) 把 emp 表中的 c...
【单选题】以下语句的输出结果是 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;