填空题DATETIME()返回值的数据类型是()
填空题
DATETIME()返回值的数据类型是()
参考解析
解析:
暂无解析
相关考题:
SQLServer的字符型数据类型主要包括()。 A、Int、money、charB、char、varchar、textC、datetime、binary、intD、char、varchar、int
关于SQLServer中timestamp(时间戳)这种数据类型的描述不正确的为() A.等价于datetime数据类型B.每次插入或更新包含timestamp列的行时该值均会更新C.timestamp列可作为主键D.等价于datetime数据类型的短日期格式形如’99-1-22’
关于SQLServer中timestamp(时间戳)这种数据类型的描述不正确的为()A、等价于datetime数据类型B、每次插入或更新包含timestamp列的行时该值均会更新C、timestamp列可作为主键D、等价于datetime数据类型的短日期格式形如’99-1-22’
SQLServer的字符型系统数据类型主要包括()。A、Int、money、charB、char、varchar、textC、datetime、binary、intD、char、varchar、int
单选题您需要写一个接收日期参数的多播委托,您应该使用哪一个代码片段() //委托就是一个方法,题目没有返回值。Apublic delegate int PowerDeviceOn(bool result, DateTime autoPowerOff);Bpublic delegate bool PowerDeviceOn(object sender, EventArgs autoPowerOff);Cpublic delegate void PowerDeviceOn(DateTime autoPowerOff);Dpublic delegate bool PowerDeviceOn(DateTime autoPowerOff);
多选题下面关于datetime数据类型描述不正确的是()A是一种日期型数据类型B是一种日期和时间组合型数据类型C可以用来替代传统的数据库加锁技术D是一种双字节数据类型