网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
单选题
Sql server提供了一些字符串函数,以下说法错误的是()。
A
selec tright(’hello’,3)返回值为:hel
B
selec tltrim(rtrim(’hello’))返回值为:hello(前后都无空格)
C
selec treplace(’hello’,’e’,’o’)返回值为:hollo
D
selec tlen(’hello’)返回值为:5
参考答案
参考解析
解析:
暂无解析
更多 “单选题Sql server提供了一些字符串函数,以下说法错误的是()。A selec tright(’hello’,3)返回值为:helB selec tltrim(rtrim(’hello’))返回值为:hello(前后都无空格)C selec treplace(’hello’,’e’,’o’)返回值为:holloD selec tlen(’hello’)返回值为:5” 相关考题
考题
下列关于VB中函数功能的说法,错误的是()。A、Val函数是将字符串中的数字转换成数值B、Abs函数是求绝对值C、Str函数是将数值数据转换成字符串D、Int函数是求小于参数的最大整数
考题
SQL Server2008提供了日期时间函数,以下说法错误的是()A、select dateadd(mm,4,’01/01/2012’),返回值为:5B、select datediff(mm,’03/06/2012’,’11/06/2012’),返回值为:8C、select datepart(day,’09/07/2012’),返回值为:9D、select datename(dw,’01/01/2013’),返回值为:5
考题
Sql server提供了一些系统函数,以下说法错误的是()。A、selectdatalength(lsquo;abcdersquo;)返回值为:5B、selectconvert(char(3),12345);返回值为:123C、selectconvert(char(5),12345);返回值为:12345
考题
SQL Server 2000提供的服务中,管理SQL Server周期性行为的安排,并在发生错误时通知系统管理员的是()A、MS SQL ServerB、SQL Server AgentC、MS DTC(Distributed Transaction Coordinator)D、Microsoft Server Service
考题
下列关于SQL Server数据库服务器登录帐户的说法,错误的是()。A、登录帐户的来源可以是Windows用户,也可以是非Windows用户B、所有的Windows用户都自动是SQL Server的合法帐户C、在Windows身份验证模式下,不允许非Windows身份的用户登录到SQL Server服务器D、sa是SQL Server提供的一个具有系统管理员权限的默认登录帐户
考题
()工具是Microsoft SQL Server2005提供的集成环境,这种工具可以完成访问、配置、控制、管理和开发SQL Server的所有工作。A、Microsoft SQL Server Management StudioB、SQL Server配置管理器C、Analysis ServicesD、SQL Server Business Intelligence Development Studio
考题
单选题SQL Server 2000提供的服务中,管理SQL Server周期性行为的安排,并在发生错误时通知系统管理员的是()A
MS SQL ServerB
SQL Server AgentC
MS DTC(Distributed Transaction Coordinator)D
Microsoft Server Service
考题
多选题Sql server提供了一些日期函数,以下说法错误的是()。Aselect dateadd(mm,4,’01/01/1999’)返回值为:05/01/99Bselect datediff(mm,’03/06/2003’,’03/09/2003’)返回值为:3Cselect datepart(day,’03/06/2003’)返回值为:6Dselect datename(dw,’03/06/2003’)返回值为:6
考题
单选题Sql server提供了一些字符串函数,以下说法错误的是()。A
selec tright(’hello’,3)返回值为:helB
selec tltrim(rtrim(’hello’))返回值为:hello(前后都无空格)C
selec treplace(’hello’,’e’,’o’)返回值为:holloD
selec tlen(’hello’)返回值为:5
考题
单选题SQL server提供了一些字符串函数,以下说法错误的是()。A
selectright(’hello’,3)返回值为:helB
selectltrim(rtrim(’hello’))返回值为:hello(前后都无空格)C
selectreplace(’hello’,’e’,’o’)返回值为:holloD
selectlen(’hello’)返回值为:5
考题
单选题在SQL Server2008提供了系统函数,以下说法错误的是()A
select convert(char(3),12345),返回值为:123B
select right(’abcde’,3),返回值为’e’C
select len(’abcde’)返回值为:8
热门标签
最新试卷