APP下载
首页
>
财会金融
>
2024年物联网知识题库
搜索
2024年物联网知识题库
题目内容
(
单选题
)
SqlCommand对象的方法不包括( )

A、 ExecuteNonQuery()

B、 ExecuteReader()

C、 ExecuteScalar()

D、 SelectAll()

答案:D

解析:

2024年物联网知识题库
下列控件中,用于显示图像的是()
https://www.shititong.cn/cha-kan/shiti/0001eb89-18de-1138-c0b0-e819a112ab00.html
点击查看题目
DBMS的全称是()
https://www.shititong.cn/cha-kan/shiti/0001eb89-18dd-6d3a-c0b0-e819a112ab00.html
点击查看题目
下列()属性用于设置多文档窗体中子窗体的标题
https://www.shititong.cn/cha-kan/shiti/0001eb89-18de-16fd-c0b0-e819a112ab00.html
点击查看题目
使用 ADO.NET 的参数化(Parameters)为 SQL 命令添加参数时,需要
https://www.shititong.cn/cha-kan/shiti/0001eb89-18dc-bd6b-c0b0-e819a112ab00.html
点击查看题目
SQL Server 主数据库文件的后缀名是()
https://www.shititong.cn/cha-kan/shiti/0001eb89-18dc-67af-c0b0-e819a112ab00.html
点击查看题目
在SQL Server 2005中,假设表ABC中有A、B、C三列,均设为字符数据类型,其中A列的默认值为”VA”。如果能够正确执行语句:INSERT ABC(A,C)VALUES(‘V’,’NULL’),下列的说法正确的是( )
https://www.shititong.cn/cha-kan/shiti/0001eb89-18dd-40ed-c0b0-e819a112ab00.html
点击查看题目
下列控件中,用于显示文本的是()
https://www.shititong.cn/cha-kan/shiti/0001eb89-18de-01da-c0b0-e819a112ab00.html
点击查看题目
如果要插入一条员工数据,则下列选项正确的是()
https://www.shititong.cn/cha-kan/shiti/0001eb89-18dd-7e0e-c0b0-e819a112ab00.html
点击查看题目
为使用OleDb .NET Data Proviver连接到SQL Server 2005数据库,应将Connection对象的ConnectionString属性中的Provider子属性的值设置为( )
https://www.shititong.cn/cha-kan/shiti/0001eb89-18dc-c2d3-c0b0-e819a112ab00.html
点击查看题目
某一个成绩表 grade 中的字段 score 用来代表分数,以下( )语句返回成绩表中的 最高分
https://www.shititong.cn/cha-kan/shiti/0001eb89-18dc-ad1d-c0b0-e819a112ab00.html
点击查看题目
首页
>
财会金融
>
2024年物联网知识题库
题目内容
(
单选题
)
手机预览
2024年物联网知识题库

SqlCommand对象的方法不包括( )

A、 ExecuteNonQuery()

B、 ExecuteReader()

C、 ExecuteScalar()

D、 SelectAll()

答案:D

解析:

分享
2024年物联网知识题库
相关题目
下列控件中,用于显示图像的是()

A. PictureBox

B. DataTable

C. Button

D. CheckBox

解析:

https://www.shititong.cn/cha-kan/shiti/0001eb89-18de-1138-c0b0-e819a112ab00.html
点击查看答案
DBMS的全称是()

A. 数据库系统

B. 业务管理系统

C. 数据库管理系统

D. 数据库信息系统

解析:

https://www.shititong.cn/cha-kan/shiti/0001eb89-18dd-6d3a-c0b0-e819a112ab00.html
点击查看答案
下列()属性用于设置多文档窗体中子窗体的标题

A. Text

B. Name

C. TabText

D. TitleText

解析:

https://www.shititong.cn/cha-kan/shiti/0001eb89-18de-16fd-c0b0-e819a112ab00.html
点击查看答案
使用 ADO.NET 的参数化(Parameters)为 SQL 命令添加参数时,需要

A. 参数名称

B. 参数类型

C. 参数长度

D. 参数

解析:

https://www.shititong.cn/cha-kan/shiti/0001eb89-18dc-bd6b-c0b0-e819a112ab00.html
点击查看答案
SQL Server 主数据库文件的后缀名是()

A. .mdf

B. .ndf

C. .ldf

D. .tdf

解析:

https://www.shititong.cn/cha-kan/shiti/0001eb89-18dc-67af-c0b0-e819a112ab00.html
点击查看答案
在SQL Server 2005中,假设表ABC中有A、B、C三列,均设为字符数据类型,其中A列的默认值为”VA”。如果能够正确执行语句:INSERT ABC(A,C)VALUES(‘V’,’NULL’),下列的说法正确的是( )

A. 插入A列的值为V

B. 插入A列的值为VA

C. 插入B列的值为空值

D. 插入C列的值为空值

解析:

https://www.shititong.cn/cha-kan/shiti/0001eb89-18dd-40ed-c0b0-e819a112ab00.html
点击查看答案
下列控件中,用于显示文本的是()

A. Label

B. Button

C. ComboBox

D. RadioButton

解析:

https://www.shititong.cn/cha-kan/shiti/0001eb89-18de-01da-c0b0-e819a112ab00.html
点击查看答案
如果要插入一条员工数据,则下列选项正确的是()

A. INSERT INTO Employee(Name,Gender,Age,Rank) values(‘张朝阳’,’男’,48,’201’)

B. INSERT INTO Employee(Name,Gender,Age,Rank) values(“张朝阳”,”男”,48,”201”)

C. INSERT INTO Employee(Name,Gender,Age) values(‘张朝阳’,’男’,48,’201’)

D. INSERT INTO Employee(Name,Gender,Age,Rank) value(‘张朝阳’,’男’,48,’201’)

解析:

https://www.shititong.cn/cha-kan/shiti/0001eb89-18dd-7e0e-c0b0-e819a112ab00.html
点击查看答案
为使用OleDb .NET Data Proviver连接到SQL Server 2005数据库,应将Connection对象的ConnectionString属性中的Provider子属性的值设置为( )

A. Provider=SQLOLEDB

B. Provider=SQLSERVER

C. Provider=Microsoft.Jet.OLEDB.4.0

D. Provider=MSDAORA

解析:

https://www.shititong.cn/cha-kan/shiti/0001eb89-18dc-c2d3-c0b0-e819a112ab00.html
点击查看答案
某一个成绩表 grade 中的字段 score 用来代表分数,以下( )语句返回成绩表中的 最高分

A. select max(score) from grade

B. select top 1 score from grade order by score asc

C. Select min(score) from grade

D. select top 1 score from grade order by score desc

解析:

https://www.shititong.cn/cha-kan/shiti/0001eb89-18dc-ad1d-c0b0-e819a112ab00.html
点击查看答案
试题通小程序
试题通app下载