单项选择题
以下哪些数据类型转换可以是自动转换()。
A.short到intB.float到intC.int到byteD.double到float
未知题型 Alert类中的setTimeout()的方法参数的单位是()
未知题型 如果想查询 standby中有没有日志断点,需要查询哪个动态性能视图?()
未知题型 在SQL Server2008的查询编辑器中运行下面的语句,得到的结果是( )。create table numbers(n1 int, n2 numeric(5,0), n3 numeric(4,2))go insert numbers values(1.5,1.5,1.5)select * from numbers