itgle.com

SQL Server提供的Nchar、Nvarchar、Ntext等几种双字节数据类型实际上是一种()。AUnicode数据类型BASCII数据类型C时间戳数据类型D数值型类型

题目
SQL Server提供的Nchar、Nvarchar、Ntext等几种双字节数据类型实际上是一种()。

AUnicode数据类型

BASCII数据类型

C时间戳数据类型

D数值型类型


相似考题
更多“SQL Server提供的Nchar、Nvarchar、Ntext等几种双字节数据类型实际上是一种()。”相关问题
  • 第1题:

    SQL Server2005数据类型中用varchar(max)取代TEXT有意义吗?


    正确答案:可以保证良好的向后兼容。

  • 第2题:

    在SQL Server中,修改表中列定义的正确的SQL语句是()。

    • A、ALTER TABLE 表名 ALTER COLUMN 列名 数据类型
    • B、ALTER TABLE 表名 ALTER 列名 数据类型
    • C、ALTER TABLE MODIFY COLUMN 列名 数据类型
    • D、ALTER TABLE 表名 ADD 列名 数据类型

    正确答案:A

  • 第3题:

    SQL Server 2005有哪些数据类型?


    正确答案:SQL Server中数据类型分为整型、浮点型、二进制数据型、逻辑型、字符型、文本型、图形型、日期时间型、货币型、自定义类型、可变数据类型和表数据类型。

  • 第4题:

    SQL Server提供的Nchar、Nvarchar、Ntext等几种双字节数据类型实际上是一种()。

    • A、Unicode数据类型
    • B、ASCII数据类型
    • C、时间戳数据类型
    • D、数值型类型

    正确答案:A

  • 第5题:

    SQL Server有哪些数据类型,它们的主要用途是什么?


    正确答案:SQL Server提供了数值型、字符型、日期型、二进制型、位型、双字节型等6大类数据类型。数据类型是数据的一种属性,表示数据所表示信息的类型。任何一种计算机语言都定义了自己的数据类型。

  • 第6题:

    SQL Server中的数据类型主要包括()、()、()、二进制、位和双字节等类型。


    正确答案:数值;字符;日期时间

  • 第7题:

    可以把输出参数分配为哪一种SQL,Server数据类型?


    正确答案: 输出参数可以分配为几乎每一种SQL.Server数据类型,它与返回码相反,返回码只能处理SQL数据类型int值。

  • 第8题:

    SQL-SERVER数据库提供了一些可供选择的数据类型,由ASCII码组成的字符串的数据类型是()

    • A、字符
    • B、精度和浮点数
    • C、文本与图形
    • D、日期和时间

    正确答案:A

  • 第9题:

    单选题
    SQL Server提供的Nchar、Nvarchar、Ntext等几种双字节数据类型实际上是一种()。
    A

    Unicode数据类型

    B

    ASCII数据类型

    C

    时间戳数据类型

    D

    数值型类型


    正确答案: A
    解析: 暂无解析

  • 第10题:

    填空题
    在SQL Server中,通常使用()数据类型来表示逻辑数据。

    正确答案: bit(或位)
    解析: 暂无解析

  • 第11题:

    单选题
    You are a professional level SQL Server 2005 database administrator in an international corporation named Wiikigo. You are experienced in implementing high-availability solutions, monitoring the database server, and design deployment. In the company, you major job is the deployment, maintenance and support of Microsoft SQL Server 2005. You work as a database administrator for your company. A SQL Server 2005 application is utilized by the company. A query is executed by the application to return three columns of the nvarchar data type and one column of the XML data type. A WHERE clause is utilized by the query, and all three of the nvarchar columns are contained by the WHERE clause. 5 million rows are included by the table, and 50,000 rows are returned by the query. The performance of the query should be enhanced. Which action should be performed to achieve the goal?()
    A

    A primary XML index should be created on the XML column.

    B

    Statistics should be created on the nvarchar columns.

    C

    A view should be created, and only the four columns that the query utilizes are contained by a view.

    D

    A composite index should be created on the three nvarchar columns, and INCLUDE should be specified for the XML column.


    正确答案: A
    解析: 暂无解析

  • 第12题:

    问答题
    可以把输出参数分配为哪一种SQL,Server数据类型?

    正确答案: 输出参数可以分配为几乎每一种SQL.Server数据类型,它与返回码相反,返回码只能处理SQL数据类型int值。
    解析: 暂无解析

  • 第13题:

    在SQL Server中,存储逻辑型数据值的数据类型是bit。


    正确答案:正确

  • 第14题:

    SQL SERVER的管理(暂停、停止和启动),系统提供了几种方式?


    正确答案: (1)使用SSMS,选中注册服务器,右击,在弹出的快捷菜单中进行管理。
    (2)使用配置管理器,在其服务列表中选中相应的服务,右击,在弹出的快捷菜单中进行管理。
    (3)使用windows控制面板中的服务选项卡,在其服务列表中选中相应的服务,右击,在弹出的快捷菜单中进行管理。
    (4)使用windows的NET命令。如net start Mssqlserver。

  • 第15题:

    在SQL Server中,nchar数据类型与nvarchar数据类型的区别是,前者是固定长度的,后者是可变长度的。


    正确答案:正确

  • 第16题:

    设有表M,将其中的Type列的数据类型改为NCHAR(4)。下列能实现该功能的语句是()。

    • A、ALTER  TABLE  M  ADD  COLUMN  Type  NCHAR(4)
    • B、ALTER  TABLE  M  ALTER  COLUMN  Type  NCHAR(4)
    • C、ALTER  TABLE  M  DROP  COLUMN  Type  NCHAR(4)
    • D、ALTER  TABLE  M  ALTER  Type  NCHAR(4)

    正确答案:B

  • 第17题:

    在SQL Server中,通常使用()数据类型来表示逻辑数据。


    正确答案:bit(或位)

  • 第18题:

    下面关于datetime数据类型描述不正确的是()

    • A、是一种日期型数据类型
    • B、是一种日期和时间组合型数据类型
    • C、可以用来替代传统的数据库加锁技术
    • D、是一种双字节数据类型

    正确答案:B,C,D

  • 第19题:

    SQL Server中,下列函数的返回值的数据类型为INT的是()。

    • A、LEFT
    • B、SUBSTRING
    • C、GETDATE
    • D、YEAR

    正确答案:D

  • 第20题:

    You are a professional level SQL Server 2005 database administrator in an international corporation named Wiikigo. You are experienced in implementing high-availability solutions, monitoring the database server, and design deployment. In the company, you major job is the deployment, maintenance and support of Microsoft SQL Server 2005. You work as a database administrator for your company. A SQL Server 2005 application is utilized by the company. A query is executed by the application to return three columns of the nvarchar data type and one column of the XML data type. A WHERE clause is utilized by the query, and all three of the nvarchar columns are contained by the WHERE clause. 5 million rows are included by the table, and 50,000 rows are returned by the query. The performance of the query should be enhanced. Which action should be performed to achieve the goal?()

    • A、A primary XML index should be created on the XML column.
    • B、Statistics should be created on the nvarchar columns.
    • C、A view should be created, and only the four columns that the query utilizes are contained by a view.
    • D、A composite index should be created on the three nvarchar columns, and INCLUDE should be specified for the XML column.

    正确答案:D

  • 第21题:

    填空题
    SQL Server中的数据类型主要包括()、()、()、二进制、位和双字节等类型。

    正确答案: 数值,字符,日期时间
    解析: 暂无解析

  • 第22题:

    单选题
    SQL-SERVER数据库提供了一些可供选择的数据类型,由ASCII码组成的字符串的数据类型是()
    A

    字符

    B

    精度和浮点数

    C

    文本与图形

    D

    日期和时间


    正确答案: B
    解析: 暂无解析

  • 第23题:

    单选题
    下面关于Timestamp数据类型描述正确的是:()。
    A

    是一种日期型数据类型

    B

    是一种日期和时间组合型数据类型

    C

    可以用来替代传统的数据库加锁技术

    D

    是一种双字节数据类型


    正确答案: C
    解析: 暂无解析